diff options
author | Brad King <brad.king@kitware.com> | 2019-01-31 14:26:58 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-01-31 14:27:06 (GMT) |
commit | 8ea30a44d38057fed134532f6d3b6e8626a1ccff (patch) | |
tree | fb45e307a4ad556e12d1d97a41397796dbf5f639 /Source/cmake.h | |
parent | de7eb1a3d0e1389437a37513f566244344032c1e (diff) | |
parent | ea9a376085b22a6e19bb4c6334e186052db51f16 (diff) | |
download | CMake-8ea30a44d38057fed134532f6d3b6e8626a1ccff.zip CMake-8ea30a44d38057fed134532f6d3b6e8626a1ccff.tar.gz CMake-8ea30a44d38057fed134532f6d3b6e8626a1ccff.tar.bz2 |
Merge topic 'unused-members'
ea9a376085 Remove unused 'class cmake' members
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2895
Diffstat (limited to 'Source/cmake.h')
-rw-r--r-- | Source/cmake.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmake.h b/Source/cmake.h index 314101e..af51616 100644 --- a/Source/cmake.h +++ b/Source/cmake.h @@ -444,7 +444,6 @@ public: protected: void RunCheckForUnusedVariables(); - void InitializeProperties(); int HandleDeleteCacheVariables(const std::string& var); typedef std::vector<cmGlobalGeneratorFactory*> RegisteredGeneratorsVector; @@ -487,7 +486,6 @@ protected: private: ProgressCallbackType ProgressCallback; - bool InTryCompile; WorkingMode CurrentWorkingMode; bool DebugOutput; bool Trace; @@ -535,18 +533,6 @@ private: void AppendGlobalGeneratorsDocumentation(std::vector<cmDocumentationEntry>&); void AppendExtraGeneratorsDocumentation(std::vector<cmDocumentationEntry>&); - - /** - * Convert a message type between a warning and an error, based on the state - * of the error output CMake variables, in the cache. - */ - MessageType ConvertMessageType(MessageType t) const; - - /* - * Check if messages of this type should be output, based on the state of the - * warning and error output CMake variables, in the cache. - */ - bool IsMessageTypeVisible(MessageType t) const; }; #define CMAKE_STANDARD_OPTIONS_TABLE \ |