summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-16 17:02:04 +0100
committerAndreas Stöckel <andreas@somweyr.de>2015-01-16 17:02:04 +0100
commit378ff2235fdf32983ebf2186a9127e51cbe8a0ab (patch)
tree12223877b7631dc2adc9d9d69cd7e31da079e27e /test/core
parent6c1288bd3746329c3721c6aca1fb0420061831c3 (diff)
Allowing deferred resolution of Nodes
Diffstat (limited to 'test/core')
-rw-r--r--test/core/parser/StandaloneParserContext.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core/parser/StandaloneParserContext.hpp b/test/core/parser/StandaloneParserContext.hpp
index 0beacaf..64a245f 100644
--- a/test/core/parser/StandaloneParserContext.hpp
+++ b/test/core/parser/StandaloneParserContext.hpp
@@ -34,12 +34,10 @@ private:
public:
StandaloneParserContext()
: ParserContext(scope, registry, logger, manager),
- scope(nullptr),
registry(logger){};
StandaloneParserContext(Logger &externalLogger)
: ParserContext(scope, registry, externalLogger, manager),
- scope(nullptr),
registry(externalLogger){};
};