core: Fix some warnings on OSX

This commit is contained in:
Lioncash 2015-02-03 08:07:03 -05:00
parent 7f730ed158
commit 676daef3c7
4 changed files with 5 additions and 6 deletions

View file

@ -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;