removed an unreferenced local variable

This commit is contained in:
valeski%netscape.com 1998-10-14 23:09:30 +00:00
parent cdba0f4d31
commit c8dfc0a2d9
2 changed files with 0 additions and 2 deletions

View File

@ -1102,7 +1102,6 @@ GlobalWindowImpl::SetTimeoutOrInterval(JSContext *cx,
nsTimeoutImpl *timeout, **insertion_point;
jsdouble interval;
PRInt64 now, delta;
JSPrincipals principals;
if (argc >= 2) {
if (!JS_ValueToNumber(cx, argv[1], &interval)) {

View File

@ -65,7 +65,6 @@ NS_IMPL_RELEASE(nsJSEventListener)
nsresult nsJSEventListener::ProcessEvent(nsIDOMEvent* aEvent)
{
jsval funval, result;
JSFunction *fun;
jsval argv[1];
JSObject *mEventObj;
char* mEventChars;