summaryrefslogtreecommitdiff
path: root/include/llvm/Support/FileUtilities.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-13 03:15:47 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-13 03:15:47 +0000
commit061e9491f82193ebb6a00d0fb704b660a62693c0 (patch)
treef1020a1f051f3446494a41e3dbc414739ec1a05b /include/llvm/Support/FileUtilities.h
parent04f5412496b077fb4eaff7a0d3f8557e669d5ec9 (diff)
downloadllvm-061e9491f82193ebb6a00d0fb704b660a62693c0.tar.gz
llvm-061e9491f82193ebb6a00d0fb704b660a62693c0.tar.bz2
llvm-061e9491f82193ebb6a00d0fb704b660a62693c0.tar.xz
Remove commented out functions that have been replaced with lib/System
functionality. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18868 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/FileUtilities.h')
-rw-r--r--include/llvm/Support/FileUtilities.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/include/llvm/Support/FileUtilities.h b/include/llvm/Support/FileUtilities.h
index 29d5a571eb..f61ee7c640 100644
--- a/include/llvm/Support/FileUtilities.h
+++ b/include/llvm/Support/FileUtilities.h
@@ -19,31 +19,6 @@
namespace llvm {
-/// CheckMagic - Returns true IFF the file named FN begins with Magic. FN must
-/// name a readable file.
-///
-//bool CheckMagic (const std::string &FN, const std::string &Magic);
-
-/// IsArchive - Returns true IFF the file named FN appears to be a "ar" library
-/// archive. The file named FN must exist.
-///
-//bool IsArchive (const std::string &FN);
-
-/// IsBytecode - Returns true IFF the file named FN appears to be an LLVM
-/// bytecode file. The file named FN must exist.
-///
-//bool IsBytecode (const std::string &FN);
-
-/// IsSharedObject - Returns trus IFF the file named FN appears to be a shared
-/// object with an ELF header. The file named FN must exist.
-///
-//bool IsSharedObject(const std::string &FN);
-
-/// FileOpenable - Returns true IFF Filename names an existing regular file
-/// which we can successfully open.
-///
-//bool FileOpenable(const std::string &Filename);
-
/// DiffFiles - Compare the two files specified, returning true if they are
/// different or if there is a file error. If you specify a string to fill in
/// for the error option, it will set the string to an error message if an error