From 07d326d02415467ba7f5f238a8e72a9e4b7f1549 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 27 Jan 2015 15:38:50 +0100 Subject: Removed no longer needed variant of the clone function --- src/core/parser/ParserContext.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/core/parser/ParserContext.cpp') diff --git a/src/core/parser/ParserContext.cpp b/src/core/parser/ParserContext.cpp index b0d04d4..3a651f0 100644 --- a/src/core/parser/ParserContext.cpp +++ b/src/core/parser/ParserContext.cpp @@ -61,12 +61,6 @@ ParserContext ParserContext::clone(ParserScope &scope, SourceId sourceId) const project, logger, sourceId}; } -ParserContext ParserContext::clone(SourceId sourceId) const -{ - return ParserContext{registry, resourceManager, scope, - project, logger, sourceId}; -} - Manager &ParserContext::getManager() const { return project->getManager(); } } -- cgit v1.2.3