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

Resolve unused variable warning introduced in previous commit

Some trailing whitespace clean-up too.
parent 65f112d4
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3545 passed
...@@ -960,7 +960,6 @@ js_find_login_id(JSContext *cx, uintN argc, jsval *arglist) ...@@ -960,7 +960,6 @@ js_find_login_id(JSContext *cx, uintN argc, jsval *arglist)
jsval *argv=JS_ARGV(cx, arglist); jsval *argv=JS_ARGV(cx, arglist);
char* p; char* p;
JSString* js_str; JSString* js_str;
BOOL sysop_alias=TRUE;
jsrefcount rc; jsrefcount rc;
JS_SET_RVAL(cx, arglist, JSVAL_VOID); JS_SET_RVAL(cx, arglist, JSVAL_VOID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment