diff options
author | Brad King <brad.king@kitware.com> | 2016-03-29 14:01:55 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-03-29 14:10:20 (GMT) |
commit | 2379b3ae3171db7277fd3cf126b5b0c298231b83 (patch) | |
tree | 889b59d85dbcfa8e81e20fa967523a17084af0ea /Source/cmConditionEvaluator.h | |
parent | 02fce523a13c8e4cda0c95334b480bb87336ed1c (diff) | |
download | CMake-2379b3ae3171db7277fd3cf126b5b0c298231b83.zip CMake-2379b3ae3171db7277fd3cf126b5b0c298231b83.tar.gz CMake-2379b3ae3171db7277fd3cf126b5b0c298231b83.tar.bz2 |
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.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmConditionEvaluator.h b/Source/cmConditionEvaluator.h index 8600825..3ed512d 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( |