ObjFW  Diff

Differences From Artifact [0fe79da407]:

To Artifact [43d97d6138]:


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 OFCountedSet
+ (void)initialize
{
	if (self == [OFCountedSet class])