@@ -14,12 +14,10 @@ * file. */ #include "config.h" -#include - #import "OFMessagePackExtension.h" #import "OFDataArray.h" #import "OFString.h" #import "OFInvalidArgumentException.h" @@ -34,18 +32,11 @@ data: data] autorelease]; } - init { - @try { - [self doesNotRecognizeSelector: _cmd]; - } @catch (id e) { - [self release]; - @throw e; - } - - abort(); + OF_INVALID_INIT_METHOD } - initWithType: (int8_t)type data: (OFDataArray*)data {