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

This commit is contained in:
Bill Hoffman 2008-03-28 15:59:18 -04:00
parent 30630137f5
commit cf94182624
1 changed files with 0 additions and 1 deletions

View File

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