mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-24 22:22:21 +00:00
revert
This commit is contained in:
parent
bf90656ab7
commit
05d34f1a30
2 changed files with 2 additions and 18 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue