Browse Source

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

Bill Hoffman 17 years ago
parent
commit
cf94182624
1 changed files with 0 additions and 1 deletions
  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; }