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

Eliminate a couple new 'unused variable' warnings.

parent 529cfec3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2602 passed
......@@ -1959,7 +1959,6 @@ js_chkfname(JSContext *cx, uintN argc, jsval *arglist)
static JSBool
js_safest_fname(JSContext *cx, uintN argc, jsval *arglist)
{
JSObject *obj = JS_THIS_OBJECT(cx, arglist);
jsval *argv = JS_ARGV(cx, arglist);
char* fname = NULL;
jsrefcount rc;
......@@ -1984,7 +1983,6 @@ js_safest_fname(JSContext *cx, uintN argc, jsval *arglist)
static JSBool
js_illegal_fname(JSContext *cx, uintN argc, jsval *arglist)
{
JSObject *obj = JS_THIS_OBJECT(cx, arglist);
jsval *argv = JS_ARGV(cx, arglist);
char* fname = NULL;
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