@@ -962,15 +962,6 @@ if (_position < _count) return [_array objectAtIndex: _position++]; return nil; } - -- (void)reset -{ - if (_mutationsPtr != NULL && *_mutationsPtr != _mutations) - @throw [OFEnumerationMutationException - exceptionWithObject: _array]; - - _position = 0; -} @end