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

Address warning: unused variable ‘argv’

parent c1637082
No related branches found
No related tags found
No related merge requests found
......@@ -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.
Finish editing this message first!
Please register or to comment