diff --git a/mozilla/docshell/base/nsDocShell.cpp b/mozilla/docshell/base/nsDocShell.cpp index bb604ac7c1e..9fbe2240a26 100644 --- a/mozilla/docshell/base/nsDocShell.cpp +++ b/mozilla/docshell/base/nsDocShell.cpp @@ -2391,7 +2391,6 @@ NS_IMETHODIMP nsDocShell::ConvertFileToStringURI(nsString& aIn, nsString& aOut) NS_IMETHODIMP nsDocShell::ConvertStringURIToFileCharset(nsString& aIn, nsCString& aOut) { - nsresult rv=NS_OK; aOut = ""; // for file url, we need to convert the nsString to the file system // charset before we pass to NS_NewURI