diff options
Diffstat (limited to 'project2/common/environment.h')
-rw-r--r-- | project2/common/environment.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/project2/common/environment.h b/project2/common/environment.h index 681a80c..367d800 100644 --- a/project2/common/environment.h +++ b/project2/common/environment.h @@ -23,7 +23,6 @@ class Environment { virtual std::string getScriptName() const = 0; boost::filesystem::path resolveScript(const std::string & group, const std::string & name) const; - boost::filesystem::path resolveScript(const std::string & path) const; private: static const Environment * currentEnv; |