Disabled loaded class test.

main
theraven 15 years ago
parent b416b31957
commit db53012509

@ -365,6 +365,7 @@ static void reload_class(struct objc_class *class, struct objc_class *old)
*/ */
void objc_load_class(struct objc_class *class) void objc_load_class(struct objc_class *class)
{ {
/*
struct objc_class *existingClass = class_table_get_safe(class->name); struct objc_class *existingClass = class_table_get_safe(class->name);
if (Nil != existingClass) if (Nil != existingClass)
{ {
@ -377,6 +378,7 @@ void objc_load_class(struct objc_class *class)
reload_class(class, existingClass); reload_class(class, existingClass);
return; return;
} }
*/
// The compiler initialises the super class pointer to the name of the // The compiler initialises the super class pointer to the name of the
// superclass, not the superclass pointer. // superclass, not the superclass pointer.

Loading…
Cancel
Save