mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-12 12:18:00 -05:00
core: Fix some warnings on OSX
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user