diff --git a/dtable.c b/dtable.c index 64f0d71..32d80ef 100644 --- a/dtable.c +++ b/dtable.c @@ -127,7 +127,6 @@ static BOOL installMethodInDtable(Class class, return YES; } - Class installedFor = slot->owner; // Check whether the owner of this method is a subclass of the one that // owns this method. If it is, then we don't want to install this // method irrespective of other cases, because it has been overridden.