diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/parser/Parser.hpp | 19 | 
1 files changed, 0 insertions, 19 deletions
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  | 
