diff options
Diffstat (limited to 'test/core/parser/StandaloneParserContext.hpp')
-rw-r--r-- | test/core/parser/StandaloneParserContext.hpp | 2 |
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){}; }; |