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

Remove dead code in js_cryptcon_get() - reported by Coverity

Deuce said to just delete it. <shrug>
parent 92e51ac0
No related branches found
No related tags found
No related merge requests found
......@@ -812,8 +812,6 @@ js_cryptcon_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
if ((p=(struct js_cryptcon_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