Skip to content
Snippets Groups Projects
Commit 33d6f26c authored by rswindell's avatar rswindell
Browse files

Resolve MSVC10 warning (unused variable).

parent 813aed3d
No related branches found
No related tags found
No related merge requests found
...@@ -131,7 +131,6 @@ void DLLCALL jsrt_TriggerAll(void) ...@@ -131,7 +131,6 @@ void DLLCALL jsrt_TriggerAll(void)
{ {
#if JS_VERSION>180 #if JS_VERSION>180
int i; int i;
int j;
JSContext *iterp,*cx; JSContext *iterp,*cx;
if(!initialized) if(!initialized)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment