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

Remove unused variable from new function js_load_user_text()

parent 291caf91
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4856 passed
......@@ -1652,7 +1652,6 @@ js_load_text(JSContext *cx, uintN argc, jsval *arglist)
static JSBool
js_load_user_text(JSContext* cx, uintN argc, jsval* arglist)
{
jsval* argv = JS_ARGV(cx, arglist);
sbbs_t* sbbs;
jsrefcount rc;
bool result;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment