Wiped warning whining.

git-svn-id: svn://10.0.0.236/trunk@104056 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2001-09-28 01:24:38 +00:00
parent e4b9e2a9dd
commit 493bc5a14d

View File

@@ -2331,7 +2331,6 @@ JSValue JSValue::valueToUInt16(Context *, const JSValue& value)
JSValue JSValue::valueToBoolean(Context *cx, const JSValue& value)
{
JSObject *obj = NULL;
switch (value.tag) {
case f64_tag:
if (JSDOUBLE_IS_NaN(value.f64))