Bug 251835 remove unused variable

patch by Constantine A. Murenin <cnst+bmo@bugmail.mojo.ru> r+sr=jst
This commit is contained in:
cbiesinger%web.de 2004-07-18 19:22:12 +00:00
Родитель cd20e40187
Коммит eba2b10059
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -163,7 +163,6 @@ nsXPInstallManager::InitManager(nsIScriptGlobalObject* aGlobalObject, nsXPITrigg
mParentWindow = do_QueryInterface(aGlobalObject);
// Don't launch installs while page is still loading
PRBool isPageLoading = PR_FALSE;
nsCOMPtr<nsPIDOMWindow> piWindow = do_QueryInterface(mParentWindow);
if (piWindow && piWindow->IsLoadingOrRunningTimeout())
rv = NS_ERROR_FAILURE;