Remove FIXME that was fixed in last commit.

main
theraven 15 years ago
parent bad36445e3
commit c6556fd230

@ -23,8 +23,6 @@ static void register_methods(struct objc_class *cls, struct objc_method_list *l)
// loaded if the class hasn't received any messages yet.
if (classHasDtable(cls))
{
// FIXME: We can make this more efficient by simply passing the new method
// list to the dtable and telling it only to update those methods.
add_method_list_to_class(cls, l);
}
}

Loading…
Cancel
Save