mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
remove a dead method
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -117,14 +117,6 @@ public:
|
||||
|
||||
// operator-> - Allow user to dereference handle naturally...
|
||||
inline const Type *operator->() const { return Ty; }
|
||||
|
||||
// removeUserFromConcrete - This function should be called when the User is
|
||||
// notified that our type is refined... and the type is being refined to
|
||||
// itself, which is now a concrete type. When a type becomes concrete like
|
||||
// this, we MUST remove ourself from the AbstractTypeUser list, even though
|
||||
// the type is apparently concrete.
|
||||
//
|
||||
void removeUserFromConcrete();
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user