@@ -66,20 +66,15 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"The protocol of URL %@ is not supported by class %@", _URL, _inClass]; - - return _description; } - (OFURL*)URL { OF_GETTER(_URL, NO) } @end