@@ -33,21 +33,17 @@ - (void)addObject: (id)object { [dictionary OF_setObject: [OFNumber numberWithSize: 1] forKey: object copyKey: NO]; - - mutations++; } - (void)removeObject: (id)object { [dictionary removeObjectForKey: object]; - - mutations++; } - (void)makeImmutable { object_setClass(self, [OFSet_hashtable class]); } @end