core: Fix some warnings on OSX
This commit is contained in:
parent
7f730ed158
commit
676daef3c7
4 changed files with 5 additions and 6 deletions
|
@ -97,7 +97,6 @@ ResultCode HandleTable::Close(Handle handle) {
|
|||
return ERR_INVALID_HANDLE;
|
||||
|
||||
size_t slot = GetSlot(handle);
|
||||
u16 generation = GetGeneration(handle);
|
||||
|
||||
objects[slot] = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue