Remove the old IdentifyFileType now that lld was updated.

llvm-svn: 183671
This commit is contained in:
Rafael Espindola 2013-06-10 15:37:29 +00:00
parent 808dfba985
commit 872b29794e
1 changed files with 0 additions and 3 deletions

View File

@ -726,9 +726,6 @@ namespace sys {
/// This utility function allows any memory block to be examined in order
/// to determine its file type.
LLVMFileType identifyFileType(StringRef Magic);
inline LLVMFileType IdentifyFileType(const char *Magic, unsigned Length) {
return identifyFileType(StringRef(Magic, Length));
}
/// This function can be used to copy the file specified by Src to the
/// file specified by Dest. If an error occurs, Dest is removed.