From 33d6f26c7527dde635b0ef38d72fad14ca7be377 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Wed, 19 Oct 2011 06:54:02 +0000 Subject: [PATCH] Resolve MSVC10 warning (unused variable). --- src/sbbs3/js_rtpool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sbbs3/js_rtpool.c b/src/sbbs3/js_rtpool.c index e87650e4a3..7d04b52576 100644 --- a/src/sbbs3/js_rtpool.c +++ b/src/sbbs3/js_rtpool.c @@ -131,7 +131,6 @@ void DLLCALL jsrt_TriggerAll(void) { #if JS_VERSION>180 int i; - int j; JSContext *iterp,*cx; if(!initialized) -- GitLab