@@ -102,14 +102,11 @@ { } - (void)dealloc { - OF_UNRECOGNIZED_SELECTOR - - /* Get rid of a stupid warning */ - [super dealloc]; + OF_DEALLOC_UNSUPPORTED } @end @implementation OFConstantString + (void)load @@ -221,14 +218,11 @@ { } - (void)dealloc { - OF_UNRECOGNIZED_SELECTOR - - /* Get rid of a stupid warning */ - [super dealloc]; + OF_DEALLOC_UNSUPPORTED } /* * In all following methods, the constant string is converted to an * OFString_UTF8 and the message sent again.