From e75ca3d809ff17260efa320a949cb91ea2b3981e Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Fri, 6 Jul 2007 13:38:17 +0000 Subject: eliminate residual cruft related to recognizing bytecode files. bitcode files are the only LLVM format left. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37945 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Linker/Linker.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/Linker/Linker.cpp') diff --git a/lib/Linker/Linker.cpp b/lib/Linker/Linker.cpp index 4604305b6d..9f9a59d4d6 100644 --- a/lib/Linker/Linker.cpp +++ b/lib/Linker/Linker.cpp @@ -142,8 +142,6 @@ static inline sys::Path IsLibrary(const std::string& Name, FullPath.appendSuffix(&(LTDL_SHLIB_EXT[1])); if (FullPath.isDynamicLibrary()) // Native shared library? return FullPath; - if (FullPath.isBytecodeFile()) // .so file containing bytecode? - return FullPath; if (FullPath.isBitcodeFile()) // .so file containing bitcode? return FullPath; -- cgit v1.2.3-18-g5258