Commented out 'firstslot' unused variable, otherwise Clang reports it as an error.

This commit is contained in:
qmathe 2010-05-04 11:22:23 +00:00
parent 96f51da81e
commit 7656e1f9aa

View File

@ -588,8 +588,8 @@ static void merge_method_list_to_class (Class class,
}
return;
}
struct objc_slot *firstslot =
sarray_get_safe(dtable, (size_t)method_list->method_list[0].method_name->sel_id);
//struct objc_slot *firstslot =
// sarray_get_safe(dtable, (size_t)method_list->method_list[0].method_name->sel_id);
// If we've already got the methods from this method list, we also have all
// of the methods from all of the ones further along the chain, so don't
// bother adding them again.