ObjFW  Diff

Differences From Artifact [3a17566619]:

To Artifact [80c543eb4d]:


640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
	return self;
}

- (void)release
{
}

- (size_t)retainCount
{
	return SIZE_MAX;
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of stupid warning */







|

|







640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
	return self;
}

- (void)release
{
}

- (unsigned int)retainCount
{
	return OF_RETAIN_COUNT_MAX;
}

- (void)dealloc
{
	@throw [OFNotImplementedException newWithClass: isa
					      selector: _cmd];
	[super dealloc];	/* Get rid of stupid warning */