ObjFW  Diff

Differences From Artifact [1ca29dfd97]:

To Artifact [08e850f34a]:


183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
	OF_UNRECOGNIZED_SELECTOR
}

- (void)removeAllObjects
{
	void *pool = objc_autoreleasePoolPush();

	for (id key in [self allKeys])
		[self removeObjectForKey: key];

	objc_autoreleasePoolPop(pool);
}

- (id)copy
{







|







183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
	OF_UNRECOGNIZED_SELECTOR
}

- (void)removeAllObjects
{
	void *pool = objc_autoreleasePoolPush();

	for (id key in self.allKeys)
		[self removeObjectForKey: key];

	objc_autoreleasePoolPop(pool);
}

- (id)copy
{