From 55a62b527f6743a1f5070b165bf97fd89e3ef065 Mon Sep 17 00:00:00 2001 From: qmathe Date: Sat, 22 May 2010 14:01:17 +0000 Subject: [PATCH] Removed unused variable that prevents compilation by being treated as an error --- dtable.c | 1 - 1 file changed, 1 deletion(-) 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.