mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-12 02:31:41 +00:00
Remove unused variable.
This commit is contained in:
parent
50d35aba47
commit
3f0fb9d531
@ -2391,7 +2391,6 @@ NS_IMETHODIMP nsDocShell::ConvertFileToStringURI(nsString& aIn, nsString& aOut)
|
|||||||
NS_IMETHODIMP nsDocShell::ConvertStringURIToFileCharset(nsString& aIn,
|
NS_IMETHODIMP nsDocShell::ConvertStringURIToFileCharset(nsString& aIn,
|
||||||
nsCString& aOut)
|
nsCString& aOut)
|
||||||
{
|
{
|
||||||
nsresult rv=NS_OK;
|
|
||||||
aOut = "";
|
aOut = "";
|
||||||
// for file url, we need to convert the nsString to the file system
|
// for file url, we need to convert the nsString to the file system
|
||||||
// charset before we pass to NS_NewURI
|
// charset before we pass to NS_NewURI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user