From a68ee5ed18d9f6744ce99890b8e0249dff3bd070 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Fri, 2 Jan 2015 12:11:48 +0100 Subject: Moved StandaloneParserContext to test folder --- src/core/parser/Parser.hpp | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'src/core/parser/Parser.hpp') diff --git a/src/core/parser/Parser.hpp b/src/core/parser/Parser.hpp index 63303e2..867ea1d 100644 --- a/src/core/parser/Parser.hpp +++ b/src/core/parser/Parser.hpp @@ -87,25 +87,6 @@ struct ParserContext { : scope(scope), registry(registry), logger(logger), manager(manager){}; }; -struct StandaloneParserContext : public ParserContext { -private: - Logger logger; - Scope scope; - Registry registry; - Manager manager; - -public: - StandaloneParserContext() - : ParserContext(scope, registry, logger, manager), - scope(nullptr), - registry(logger){}; - - StandaloneParserContext(Logger &l) - : ParserContext(scope, registry, l, manager), - scope(nullptr), - registry(l){}; -}; - /** * Abstract parser class. This class builds the basic interface that should be * used by any parser which reads data from an input stream and transforms it -- cgit v1.2.3