summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/model/Typesystem.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp
index cf980d6..48e8d90 100644
--- a/src/core/model/Typesystem.cpp
+++ b/src/core/model/Typesystem.cpp
@@ -688,7 +688,6 @@ bool ReferenceType::doBuild(Variant &data, Logger &logger,
throw LoggableException("Reference must be a valid identifier",
data);
}
- data = Variant{};
return true;
}