ObjFW  Diff

Differences From Artifact [e4d2b4619e]:

To Artifact [59239c1ec5]:


144
145
146
147
148
149
150
151
152

153
154
155
156
157
158
159
160
161
144
145
146
147
148
149
150


151


152
153
154
155
156
157
158







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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

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