@@ -61,20 +61,15 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"The hash has already been calculated in class %@ and thus no new " @"data can be added", _inClass]; - - return _description; } - (OFHash*)hashObject { OF_GETTER(_hashObject, NO) } @end