@@ -59,19 +59,14 @@ [super dealloc]; } - (OFString*)description { - if (_description != nil) - return _description; - - _description = [[OFString alloc] initWithFormat: + return [OFString stringWithFormat: @"Starting a thread of class %@ failed!", _inClass]; - - return _description; } - (OFThread*)thread { OF_GETTER(_thread, NO) } @end