Remove unused variable declaration (bug 472702 followup, r=gal)

This commit is contained in:
Gordon P. Hemsley 2009-01-30 10:34:54 -08:00
parent f6afbc63a0
commit 917fd3a315

View File

@ -3167,7 +3167,6 @@ static void
WatchdogMain(void *arg)
{
JSRuntime *rt = (JSRuntime *) arg;
PRBool isRunning = JS_TRUE;
JS_LOCK_GC(rt);
while (gWatchdogThread) {