mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
remove a deprecated interface that was pretty useless
llvm-svn: 65842
This commit is contained in:
parent
0ee8d1d896
commit
267542aaa5
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user