Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
[oota-llvm.git] / include / llvm / PassSupport.h
index c7ae30024e272af1675f847a46377117ec41f670..fe3ca520659cb3b2f159b1f17b72b69f5ca3e57d 100644 (file)
@@ -127,13 +127,6 @@ public:
     return ItfImpl;
   }
 
-  /// getPassInfo - Deprecated API compaatibility function. This function
-  /// just returns 'this'.
-  ///
-  const PassInfo *getPassInfo() const {
-    return this;
-  }
-
 protected:
   void registerPass();
   void unregisterPass();