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

- (void)release
{
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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

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







<
|
<
<







92
93
94
95
96
97
98

99


100
101
102
103
104
105
106

- (void)release
{
}

- (void)dealloc
{

	OF_DEALLOC_UNSUPPORTED


}
@end

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