@@ -20,10 +20,11 @@ #import "OFMutableDictionary_hashtable.h" #import "OFArray.h" #import "autorelease.h" +#import "macros.h" static struct { Class isa; } placeholder; @@ -161,18 +162,11 @@ return [super init]; } - initWithCapacity: (size_t)capacity { - @try { - [self doesNotRecognizeSelector: _cmd]; - } @catch (id e) { - [self release]; - @throw e; - } - - abort(); + OF_INVALID_INIT_METHOD } - (void)setObject: (id)object forKey: (id)key {