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

Remove logically dead code

PROP_CHANGES already handled in if() condition
CID 33176
parent 0ef24e4d
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -499,9 +499,6 @@ static JSBool js_set(JSContext *cx, JSObject *obj, jsid id, JSBool strict, jsval ...@@ -499,9 +499,6 @@ static JSBool js_set(JSContext *cx, JSObject *obj, jsid id, JSBool strict, jsval
if(!JS_ValueToInt32(cx, *vp, &i)) if(!JS_ValueToInt32(cx, *vp, &i))
return JS_FALSE; return JS_FALSE;
switch(tiny) { switch(tiny) {
case PROP_CHANGES:
uifc->changes=i;
break;
case PROP_MODE: case PROP_MODE:
uifc->mode=i; uifc->mode=i;
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment