fix unused variable

This commit is contained in:
alecf%netscape.com 1999-08-10 04:04:58 +00:00
parent 7cddd0f05d
commit 029a406afa

View File

@ -1061,7 +1061,6 @@ nsImapMailFolder::InTrash(nsIMsgFolder* folder)
NS_IMETHODIMP
nsImapMailFolder::DeleteSubFolders(nsISupportsArray* folders)
{
PRBool inTrash = PR_FALSE;
nsCOMPtr<nsIMsgFolder> curFolder;
nsCOMPtr<nsISupports> folderSupport;
nsCOMPtr<nsIUrlListener> urlListener;