[Cmake-commits] CMake branch, master, updated. v3.13.3-1215-g8ea30a4

Kitware Robot kwrobot at kitware.com
Thu Jan 31 09:33:06 EST 2019


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  8ea30a44d38057fed134532f6d3b6e8626a1ccff (commit)
       via  ea9a376085b22a6e19bb4c6334e186052db51f16 (commit)
      from  de7eb1a3d0e1389437a37513f566244344032c1e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=8ea30a44d38057fed134532f6d3b6e8626a1ccff
commit 8ea30a44d38057fed134532f6d3b6e8626a1ccff
Merge: de7eb1a ea9a376
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 31 14:26:58 2019 +0000
Commit:     Kitware Robot <kwrobot at kitware.com>
CommitDate: Thu Jan 31 09:27:06 2019 -0500

    Merge topic 'unused-members'
    
    ea9a376085 Remove unused 'class cmake' members
    
    Acked-by: Kitware Robot <kwrobot at kitware.com>
    Merge-request: !2895


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ea9a376085b22a6e19bb4c6334e186052db51f16
commit ea9a376085b22a6e19bb4c6334e186052db51f16
Author:     Brad King <brad.king at kitware.com>
AuthorDate: Thu Jan 31 07:15:35 2019 -0500
Commit:     Brad King <brad.king at kitware.com>
CommitDate: Thu Jan 31 07:15:55 2019 -0500

    Remove unused 'class cmake' members
    
    * The `InTryCompile` member has been unused since commit 62854e9966
      (cmState: Move try_compile state from cmake class., 2015-04-11,
      v3.3.0-rc1~196^2~9).
    
    * The `ConvertMessageType` and `IsMessageTypeVisible` members have been
      unused since commit 421012a330 (cmMessenger: Extract from cmake class,
      2016-01-28, v3.7.0-rc1~222^2~1).
    
    * The `InitializeProperties` member has been unused since commit
      de722d7d63 (Move property initialization to cmState., 2015-04-06,
      v3.3.0-rc1~196^2~1).
    
    Co-Author: Vitaly Stakhovsky <vvs31415 at gitlab.org>

diff --git a/Source/cmake.h b/Source/cmake.h
index afd4117..dd7ce42 100644
--- a/Source/cmake.h
+++ b/Source/cmake.h
@@ -443,7 +443,6 @@ public:
 
 protected:
   void RunCheckForUnusedVariables();
-  void InitializeProperties();
   int HandleDeleteCacheVariables(const std::string& var);
 
   typedef std::vector<cmGlobalGeneratorFactory*> RegisteredGeneratorsVector;
@@ -486,7 +485,6 @@ protected:
 
 private:
   ProgressCallbackType ProgressCallback;
-  bool InTryCompile;
   WorkingMode CurrentWorkingMode;
   bool DebugOutput;
   bool Trace;
@@ -534,18 +532,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                                          \

-----------------------------------------------------------------------

Summary of changes:
 Source/cmake.h | 14 --------------
 1 file changed, 14 deletions(-)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list