Remove the old IdentifyFileType now that lld was updated.
[oota-llvm.git] / include / llvm / Support / PathV1.h
index d4bb58af06607470fc8ccc42d2b3e0bf48fb142b..31a2f9124ad793ab3e2852ebc6061579637b2a48 100644 (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.