ObjFW  Diff

Differences From Artifact [297b7fe674]:

To Artifact [04cbdfa860]:


140
141
142
143
144
145
146
147
148
149
150
151
152
153
154

	[_set removeObject: object];

	if (existed)
		_mutations++;
}

- (int)countByEnumeratingWithState: (of_fast_enumeration_state_t *)state
			   objects: (id *)objects
			     count: (int)count
{
	int ret = [_set countByEnumeratingWithState: state
					    objects: objects
					      count: count];








|







140
141
142
143
144
145
146
147
148
149
150
151
152
153
154

	[_set removeObject: object];

	if (existed)
		_mutations++;
}

- (int)countByEnumeratingWithState: (OFFastEnumerationState *)state
			   objects: (id *)objects
			     count: (int)count
{
	int ret = [_set countByEnumeratingWithState: state
					    objects: objects
					      count: count];