@@ -77,19 +77,6 @@ while ((object = [enumerator nextObject]) != nil) [self addObject: object]; [pool release]; } - -- (int)countByEnumeratingWithState: (of_fast_enumeration_state_t*)state - objects: (id*)objects - count: (int)count -{ - int ret = [super countByEnumeratingWithState: state - objects: objects - count: count]; - - state->mutationsPtr = &mutations; - - return ret; -} @end