@@ -679,19 +679,10 @@ - (void **)nextObject { OF_UNRECOGNIZED_SELECTOR } - -- (void)reset -{ - if (*_mutationsPtr != _mutations) - @throw [OFEnumerationMutationException - exceptionWithObject: _mapTable]; - - _position = 0; -} @end @implementation OFMapTableKeyEnumerator - (void **)nextObject { @@ -760,16 +751,6 @@ exceptionWithObject: _object]; } return (id)*objectPtr; } - -- (void)reset -{ - @try { - [_enumerator reset]; - } @catch (OFEnumerationMutationException *e) { - @throw [OFEnumerationMutationException - exceptionWithObject: _object]; - } -} @end