summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-13 01:31:22 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:17 +0200
commitf0dd30d01fb5dc807ecc03fec36bd5f1c5748c3f (patch)
treeebf73576bf1694dcc9bbd3c21459810faea2337d /src
parent87dfa67b5ac95e1f41cb2be3507cc47da26caef0 (diff)
Remove stray comment
Diffstat (limited to 'src')
-rw-r--r--src/core/model/Typesystem.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp
index 193726d..a13a643 100644
--- a/src/core/model/Typesystem.hpp
+++ b/src/core/model/Typesystem.hpp
@@ -158,10 +158,6 @@ public:
virtual Variant create() const = 0;
/**
- * Pure virtual function
- */
-
- /**
* Validates and completes the given variant which was read from a
* user-supplied source.
*