ObjFW  Diff

Differences From Artifact [fd9f446d87]:

To Artifact [3c0b71dcbf]:


96
97
98
99
100
101
102
103
104

105
106
107
108
109
110
111
112
113
96
97
98
99
100
101
102


103


104
105
106
107
108
109
110







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

	OF_DEALLOC_UNSUPPORTED
	/* Get rid of a stupid warning */
	[super dealloc];
}
@end

@implementation OFMutableSet
+ (void)initialize
{
	if (self == [OFMutableSet class])