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

Fix GCC warning (unused variable) introduced in last commit

parent b2601ca8
No related branches found
No related tags found
No related merge requests found
Pipeline #6836 passed
......@@ -2976,7 +2976,6 @@ js_upload_file(JSContext *cx, uintN argc, jsval *arglist)
static JSBool
js_batch_upload(JSContext *cx, uintN argc, jsval *arglist)
{
jsval *argv=JS_ARGV(cx, arglist);
sbbs_t* sbbs;
jsrefcount rc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment