From cf94182624faf2914da9971ae7d84dee69c2db48 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 28 Mar 2008 15:59:18 -0400 Subject: ENH: remove dangerous access to ivar that should not be used --- Source/cmake.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/cmake.h b/Source/cmake.h index 8134943..db99a43 100644 --- a/Source/cmake.h +++ b/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; } -- cgit v0.12