@@ -35,16 +35,14 @@ } - (id)copy { OFMutablePair *copy = [self mutableCopy]; - [copy makeImmutable]; - return copy; } - (void)makeImmutable { object_setClass(self, [OFPair class]); } @end