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

Remove logically dead code

CID 174335
parent 2c3842bd
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -2582,9 +2582,6 @@ JSObject* js_CreateConsoleObject(JSContext* cx, JSObject* parent)
,JSPROP_ENUMERATE|JSPROP_READONLY))==NULL)
return(NULL);
if (obj == NULL)
return NULL;
JS_SetPrivate(cx, obj, sbbs);
/* Create an array of pre-defined colors */
......
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