Remove "has-gczeal" property.

This commit is contained in:
wolfbeast 2017-06-26 22:46:59 +02:00 committed by Roy Tam
commit 1961d5b1b1

View file

@ -188,10 +188,6 @@ GetBuildConfiguration(JSContext* cx, unsigned argc, Value* vp)
if (!JS_SetProperty(cx, info, "tsan", value))
return false;
value = BooleanValue(false);
if (!JS_SetProperty(cx, info, "has-gczeal", value))
return false;
#ifdef JS_MORE_DETERMINISTIC
value = BooleanValue(true);
#else