aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/SystemUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Support/SystemUtils.h')
-rw-r--r--include/Support/SystemUtils.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/include/Support/SystemUtils.h b/include/Support/SystemUtils.h
index 2d5dadc..7321cb5 100644
--- a/include/Support/SystemUtils.h
+++ b/include/Support/SystemUtils.h
@@ -22,16 +22,6 @@ bool isExecutableFile(const std::string &ExeFileName);
std::string FindExecutable(const std::string &ExeName,
const std::string &BugPointPath);
-/// removeFile - Delete the specified file
-///
-void removeFile(const std::string &Filename);
-
-/// getUniqueFilename - Return a filename with the specified prefix. If the
-/// file does not exist yet, return it, otherwise add a suffix to make it
-/// unique.
-///
-std::string getUniqueFilename(const std::string &FilenameBase);
-
/// RunProgramWithTimeout - This function executes the specified program, with
/// the specified null-terminated argument array, with the stdin/out/err fd's
/// redirected, with a timeout specified on the commandline. This terminates