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

Remove structurally dead code (copy pasta?)

CID 174455
parent 07479917
No related branches found
No related tags found
No related merge requests found
......@@ -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