From 493bc5a14d7e42f2830255b163282432a4d0bd53 Mon Sep 17 00:00:00 2001 From: "rogerl%netscape.com" Date: Fri, 28 Sep 2001 01:24:38 +0000 Subject: [PATCH] Wiped warning whining. git-svn-id: svn://10.0.0.236/trunk@104056 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/js2/src/js2execution.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/js2/src/js2execution.cpp b/mozilla/js2/src/js2execution.cpp index a088ab7d840..f78f0aedd16 100644 --- a/mozilla/js2/src/js2execution.cpp +++ b/mozilla/js2/src/js2execution.cpp @@ -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))