summaryrefslogtreecommitdiff
path: root/Source/cmConditionEvaluator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-29 10:01:55 -0400
committerBrad King <brad.king@kitware.com>2016-03-29 10:10:20 -0400
commit2379b3ae3171db7277fd3cf126b5b0c298231b83 (patch)
tree889b59d85dbcfa8e81e20fa967523a17084af0ea /Source/cmConditionEvaluator.h
parent02fce523a13c8e4cda0c95334b480bb87336ed1c (diff)
downloadcmake-2379b3ae3171db7277fd3cf126b5b0c298231b83.tar.gz
cmConditionEvaluator: Remove GetConditionContext method
All it does is call cmListFileContext::FromCommandContext, so move this to the call sites.
Diffstat (limited to 'Source/cmConditionEvaluator.h')
-rw-r--r--Source/cmConditionEvaluator.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmConditionEvaluator.h b/Source/cmConditionEvaluator.h
index 8600825d01..3ed512d127 100644
--- a/Source/cmConditionEvaluator.h
+++ b/Source/cmConditionEvaluator.h
@@ -33,9 +33,6 @@ public:
std::string &errorString,
cmake::MessageType &status);
- static cmListFileContext GetConditionContext(cmMakefile* mf,
- const cmCommandContext& command, std::string const& filePath);
-
private:
// Filter the given variable definition based on policy CMP0054.
const char* GetDefinitionIfUnquoted(