mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +00:00 
			
		
		
		
	Remove the old IdentifyFileType now that lld was updated.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183671 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
		@@ -726,9 +726,6 @@ namespace sys {
 | 
				
			|||||||
  /// This utility function allows any memory block to be examined in order
 | 
					  /// This utility function allows any memory block to be examined in order
 | 
				
			||||||
  /// to determine its file type.
 | 
					  /// to determine its file type.
 | 
				
			||||||
  LLVMFileType identifyFileType(StringRef Magic);
 | 
					  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
 | 
					  /// 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.
 | 
					  /// file specified by Dest. If an error occurs, Dest is removed.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user