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

Address warning: unused variable ‘argv’

parent ff449a11
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #541 passed
......@@ -2102,7 +2102,6 @@ js_term_supports(JSContext *cx, uintN argc, jsval *arglist)
static JSBool
js_term_updated(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