From c6556fd23062e42e179edc2063285e08d38e4225 Mon Sep 17 00:00:00 2001 From: theraven Date: Tue, 19 Apr 2011 09:57:52 +0000 Subject: [PATCH] Remove FIXME that was fixed in last commit. --- category_loader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/category_loader.c b/category_loader.c index bc8b1c3..cb0e020 100644 --- a/category_loader.c +++ b/category_loader.c @@ -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); } }