remove a deprecated interface that was pretty useless

llvm-svn: 65842
This commit is contained in:
Gabor Greif 2009-03-02 12:42:07 +00:00
parent 0ee8d1d896
commit 267542aaa5

View File

@ -127,13 +127,6 @@ public:
return ItfImpl;
}
/// getPassInfo - Deprecated API compatibility function. This function
/// just returns 'this'.
///
const PassInfo *getPassInfo() const {
return this;
}
protected:
void registerPass();
void unregisterPass();