ObjFW  Diff

Differences From Artifact [44df76d02e]:

To Artifact [5ab931318f]:


92
93
94
95
96
97
98
99
100

101
102
103
104
105
106
107
108
109
92
93
94
95
96
97
98


99


100
101
102
103
104
105
106







-
-
+
-
-








- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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

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