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

Remove structurally dead code (copy pasta?)

CID 174455
parent 7ab28ccf
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1561,8 +1561,6 @@ js_cryptcert_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
if ((p=(struct js_cryptcert_private_data *)JS_GetPrivate(cx,obj))==NULL) {
return JS_TRUE;
JS_ReportError(cx, getprivate_failure, WHERE);
return JS_FALSE;
}
JS_IdToValue(cx, id, &idval);
......
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