[Linker] Kill Linker::LoadObject which is dead, and drop the BitReader dependency...
[oota-llvm.git] / include / llvm / Linker.h
index d5dd8ec7f1b9055458e8c8cb56dabbf052a843e1..1537d309b8db925c8fbbb881090d56897c6488bf 100644 (file)
@@ -185,10 +185,6 @@ class Linker {
   /// @name Implementation
   /// @{
   private:
-    /// Read in and parse the bitcode file named by FN and return the
-    /// Module it contains (wrapped in an auto_ptr), or 0 if an error occurs.
-    std::auto_ptr<Module> LoadObject(const sys::Path& FN);
-
     bool warning(StringRef message);
     bool error(StringRef message);
     void verbose(StringRef message);