Bug 766342 - Remove unneeded nsresult in nsExternalHelperAppService.cpp r=bz

This commit is contained in:
David Zbarsky 2012-06-20 12:48:51 -07:00
parent b29e65d02d
commit 09970e7f7a

View File

@ -925,7 +925,6 @@ NS_IMETHODIMP nsExternalHelperAppService::GetApplicationDescription(const nsACSt
NS_IMETHODIMP nsExternalHelperAppService::DeleteTemporaryFileOnExit(nsIFile * aTemporaryFile)
{
nsresult rv = NS_OK;
bool isFile = false;
// as a safety measure, make sure the nsIFile is really a file and not a directory object.