mirror of
https://github.com/darlinghq/darling-libobjc2.git
synced 2025-01-16 22:18:16 +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;
|
return;
|
||||||
}
|
}
|
||||||
struct objc_slot *firstslot =
|
//struct objc_slot *firstslot =
|
||||||
sarray_get_safe(dtable, (size_t)method_list->method_list[0].method_name->sel_id);
|
// 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
|
// 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
|
// of the methods from all of the ones further along the chain, so don't
|
||||||
// bother adding them again.
|
// bother adding them again.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user