summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-03-19 16:00:23 (GMT)
committerBrad King <brad.king@kitware.com>2001-03-19 16:00:23 (GMT)
commit31ae187d0c2420b74cbfe767b68d101aa8d2f4ba (patch)
tree44bac74d14f97402176765d152e52b59b26308c9 /Source/cmSystemTools.h
parenta8f9aa814e7362701b1c8b8271e12d12eff09c04 (diff)
downloadCMake-31ae187d0c2420b74cbfe767b68d101aa8d2f4ba.zip
CMake-31ae187d0c2420b74cbfe767b68d101aa8d2f4ba.tar.gz
CMake-31ae187d0c2420b74cbfe767b68d101aa8d2f4ba.tar.bz2
ERR: Removed functions I just added. They don't belong here (yet?).
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index a0432c0..f872a2c 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -122,18 +122,6 @@ public:
static long int ModifiedTime(const char* filename);
-
- /**
- * Get the CMake executable name on the current platform. This will
- * be "CMakeBuildTargets" for unix, and "CMakeSetupCMD" for windows.
- */
- static const char* GetCMakeExecutableName();
-
- /**
- * Get the CMake executable options for the current platform. This will
- * be "" for unix, and "-DSP" for windows.
- */
- static const char* GetCMakeExecutableOptions();
private:
static bool s_ErrorOccured;