@@ -60,12 +60,10 @@ { OFList *pool_list; self = [super init]; - objects = nil; - if ((pool_list = [OFThread objectForTLSKey: pool_list_key]) == nil) { pool_list = [[OFList alloc] initWithoutRetainAndRelease]; [OFThread setObject: pool_list forTLSKey: pool_list_key]; [pool_list release];