ObjFW  Diff

Differences From Artifact [c5b8c0b3b5]:

To Artifact [5be7057eec]:


566
567
568
569
570
571
572


573
574

+ (void)release
{
}

+ (void)dealloc
{


}
@end







>
>


566
567
568
569
570
571
572
573
574
575
576

+ (void)release
{
}

+ (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: self
					      selector: _cmd];
}
@end