ObjFW  Diff

Differences From Artifact [f14e01c2e8]:

To Artifact [6d702059e0]:


129
130
131
132
133
134
135
136
137

138
139
140
141
129
130
131
132
133
134
135


136


137
138







-
-
+
-
-


- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{
	OF_UNRECOGNIZED_SELECTOR

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