mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 766342 - Remove unneeded nsresult in nsExternalHelperAppService.cpp r=bz
This commit is contained in:
parent
b29e65d02d
commit
09970e7f7a
@ -925,7 +925,6 @@ NS_IMETHODIMP nsExternalHelperAppService::GetApplicationDescription(const nsACSt
|
|||||||
|
|
||||||
NS_IMETHODIMP nsExternalHelperAppService::DeleteTemporaryFileOnExit(nsIFile * aTemporaryFile)
|
NS_IMETHODIMP nsExternalHelperAppService::DeleteTemporaryFileOnExit(nsIFile * aTemporaryFile)
|
||||||
{
|
{
|
||||||
nsresult rv = NS_OK;
|
|
||||||
bool isFile = false;
|
bool isFile = false;
|
||||||
|
|
||||||
// as a safety measure, make sure the nsIFile is really a file and not a directory object.
|
// as a safety measure, make sure the nsIFile is really a file and not a directory object.
|
||||||
|
Loading…
Reference in New Issue
Block a user