@@ -60,19 +60,14 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Object of class %@ was mutated during enumeration!", _inClass]; - - return _description; } - (id)object { OF_GETTER(_object, NO) } @end