@@ -14,12 +14,10 @@ * file. */ #include "config.h" -#include - #import "OFMemoryNotPartOfObjectException.h" #import "OFString.h" #import "macros.h" @@ -31,18 +29,11 @@ object: object] autorelease]; } - init { - @try { - [self doesNotRecognizeSelector: _cmd]; - } @catch (id e) { - [self release]; - @throw e; - } - - abort(); + OF_INVALID_INIT_METHOD } - initWithPointer: (void*)pointer object: (id)object {