mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2024-12-28 15:33:33 +00:00
Commented out 'firstslot' unused variable, otherwise Clang reports it as an error.
This commit is contained in:
parent
96f51da81e
commit
7656e1f9aa
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user