More TODO resolution.
This commit is contained in:
parent
265879b272
commit
49364e22fb
|
@ -6,8 +6,7 @@
|
||||||
|
|
||||||
NSMapTable *newMap(void)
|
NSMapTable *newMap(void)
|
||||||
{
|
{
|
||||||
// TODO NSPointerFunctionsOpaquePersonality?
|
return [NSMapTable mapTableWithKeyOptions:(NSPointerFunctionsOpaqueMemory | NSPointerFunctionsOpaquePersonality)
|
||||||
return [NSMapTable mapTableWithKeyOptions:NSPointerFunctionsOpaqueMemory
|
|
||||||
valueOptions:NSPointerFunctionsOpaqueMemory];
|
valueOptions:NSPointerFunctionsOpaqueMemory];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue