@@ -41,16 +41,11 @@ - initWithClass: (Class)class_ thread: (OFThread*)thread_ { self = [super initWithClass: class_]; - @try { - thread = [thread_ retain]; - } @catch (id e) { - [self release]; - @throw e; - } + thread = [thread_ retain]; return self; } - (void)dealloc