浏览代码

ENH: remove dangerous access to ivar that should not be used

Bill Hoffman 17 年之前
父节点
当前提交
cf94182624
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      Source/cmake.h

+ 0 - 1
Source/cmake.h

@@ -314,7 +314,6 @@ class cmake
    */
   const char* GetCTestCommand();
   const char* GetCPackCommand();
-  const char* GetCMakeCommand() const { return this->CMakeCommand.c_str(); }
 
   // Do we want debug output during the cmake run.
   bool GetDebugOutput() { return this->DebugOutput; }