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