@@ -46,20 +46,15 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Deallocation of a lock of type %@ was tried in class %@, even " @"though it was still locked!", [_lock class], _inClass]; - - return _description; } - (id )lock { OF_GETTER(_lock, NO) } @end