GC was deprecated several releases ago and notinally removed a couple of releases ago ... delete more remnants of the old code.

This commit is contained in:
rfm 2024-07-22 15:14:13 +01:00
parent a1514249f3
commit 52c127c950
15 changed files with 20 additions and 126 deletions

View file

@ -1754,23 +1754,6 @@ GSAtomicMallocZone (void)
return &default_zone;
}
GS_DECLARE void
GSMakeWeakPointer(Class theClass, const char *iVarName)
{
return;
}
GS_DECLARE BOOL
GSAssignZeroingWeakPointer(void **destination, void *source)
{
if (destination == 0)
{
return NO;
}
*destination = source;
return YES;
}
GS_DECLARE void*
NSZoneMalloc (NSZone *zone, NSUInteger size)
{