summaryrefslogtreecommitdiffstats
path: root/Source/cmSystemTools.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-11-26 16:32:20 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-11-26 16:32:20 (GMT)
commit7850f7b3194ec51b0295a3d4a3cadb3778785263 (patch)
tree5a275819e106a7407a8d95d76f9c9673b223c777 /Source/cmSystemTools.h
parent03e7f324f0a4e0e6cd249039b7bec4db1497ea60 (diff)
downloadCMake-7850f7b3194ec51b0295a3d4a3cadb3778785263.zip
CMake-7850f7b3194ec51b0295a3d4a3cadb3778785263.tar.gz
CMake-7850f7b3194ec51b0295a3d4a3cadb3778785263.tar.bz2
removed warning messages
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r--Source/cmSystemTools.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h
index be952fc..9e7fc35 100644
--- a/Source/cmSystemTools.h
+++ b/Source/cmSystemTools.h
@@ -282,9 +282,6 @@ public:
static bool RunCommand(const char* command, std::string& output,
int &retVal, bool verbose = true);
- ///! Generate a temporary file name
- static std::string TemporaryFileName();
-
///! change directory the the directory specified
static int ChangeDirectory(const char* dir);