mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
a1514249f3
commit
52c127c950
15 changed files with 20 additions and 126 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue