diff options
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 3 |
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); |