ObjFW  Diff

Differences From Artifact [b96b2adef7]:

To Artifact [363adf6612]:


105
106
107
108
109
110
111
112
113

114
115
116
117
118
119
120
121
122
105
106
107
108
109
110
111


112


113
114
115
116
117
118
119







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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

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