diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-13 01:31:22 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:17 +0200 |
commit | f0dd30d01fb5dc807ecc03fec36bd5f1c5748c3f (patch) | |
tree | ebf73576bf1694dcc9bbd3c21459810faea2337d /src | |
parent | 87dfa67b5ac95e1f41cb2be3507cc47da26caef0 (diff) |
Remove stray comment
Diffstat (limited to 'src')
-rw-r--r-- | src/core/model/Typesystem.hpp | 4 |
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. * |