1
0
mirror of https://github.com/libretro/RetroArch synced 2025-02-19 12:41:00 +00:00

Remove unused variables

This commit is contained in:
neville 2015-02-22 23:55:35 +01:00
parent c0324a7104
commit 93b48c4d96

@ -880,8 +880,6 @@ static int rarch_main_iterate_quit(void)
static int rarch_main_iterate_nbio_transfer(void)
{
size_t pos = 0, tot = 0;
if (!nbio_iterate(g_extern.nbio.handle))
return -1;