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

Remove structurally dead code

CID 174483
parent 59ddeb14
No related branches found
No related tags found
No related merge requests found
......@@ -329,8 +329,6 @@ js_cryptkeyset_get(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
if ((p=(struct 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