From 93b48c4d9610771f50fd42487a7c339389ca580c Mon Sep 17 00:00:00 2001 From: neville Date: Sun, 22 Feb 2015 23:55:35 +0100 Subject: [PATCH] Remove unused variables --- runloop.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/runloop.c b/runloop.c index 4af4e15822..25cda90f10 100644 --- a/runloop.c +++ b/runloop.c @@ -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;