Skip to content
Snippets Groups Projects
Commit 938b9c91 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Remove unused variable introduced recently

parent 5ab79049
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2277,7 +2277,6 @@ js_progress(JSContext *cx, uintN argc, jsval *arglist)
JSString* js_str = JS_ValueToString(cx, argv[0]);
if(js_str == NULL)
return JS_FALSE;
bool hungry = true;
int32 count = 0;
int32 total = 1;
int32 interval = 500;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment