@@ -443,15 +443,6 @@ ret = _current->object; _current = _current->next; return ret; } - -- (void)reset -{ - if (*_mutationsPtr != _mutations) - @throw [OFEnumerationMutationException - exceptionWithObject: _list]; - - _current = _list.firstListObject; -} @end