@@ -165,12 +165,11 @@ length: length] autorelease]; } - init { - if ([self class] == [OFArray class] || - [self class] == [OFMutableArray class]) { + if (isa == [OFArray class]) { Class c = isa; [self release]; @throw [OFNotImplementedException newWithClass: c selector: _cmd]; }