mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
revert
This commit is contained in:
parent
bf90656ab7
commit
05d34f1a30
2 changed files with 2 additions and 18 deletions
|
@ -317,13 +317,6 @@ exitedThread(void *slot)
|
|||
return self;
|
||||
}
|
||||
|
||||
- (void) dealloc
|
||||
{
|
||||
RELEASE(_frame);
|
||||
RELEASE(_extra);
|
||||
DEALLOC
|
||||
}
|
||||
|
||||
/* Initializer used when we get a callback. uses the data provided by
|
||||
the callback. The cifframe was allocated by the forwarding function,
|
||||
but we own it now so we can free it */
|
||||
|
|
|
@ -308,17 +308,8 @@ relinquishRetainedMemory(const void *item,
|
|||
break;
|
||||
|
||||
case NSPointerFunctionsOpaquePersonality:
|
||||
if (NSPointerFunctionsMachVirtualMemory == memoryType
|
||||
|| NSPointerFunctionsMallocMemory == memoryType)
|
||||
{
|
||||
_x.acquireFunction = acquireMallocMemory;
|
||||
_x.relinquishFunction = relinquishMallocMemory;
|
||||
}
|
||||
else
|
||||
{
|
||||
_x.acquireFunction = 0;
|
||||
_x.relinquishFunction = 0;
|
||||
}
|
||||
_x.acquireFunction = 0;
|
||||
_x.relinquishFunction = 0;
|
||||
_x.descriptionFunction = describePointer;
|
||||
_x.hashFunction = hashShifted;
|
||||
_x.isEqualFunction = equalDirect;
|
||||
|
|
Loading…
Reference in a new issue