mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-16 00:33:10 +00:00
remove a deprecated interface that was pretty useless
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65842 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cc46550785
commit
5b78a7cabe
@ -127,13 +127,6 @@ public:
|
|||||||
return ItfImpl;
|
return ItfImpl;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// getPassInfo - Deprecated API compatibility function. This function
|
|
||||||
/// just returns 'this'.
|
|
||||||
///
|
|
||||||
const PassInfo *getPassInfo() const {
|
|
||||||
return this;
|
|
||||||
}
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void registerPass();
|
void registerPass();
|
||||||
void unregisterPass();
|
void unregisterPass();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user