From 38b75872744951aeebfb400a1f6e88264eb1bc4f Mon Sep 17 00:00:00 2001 From: "tbogard%aol.net" Date: Tue, 18 Apr 2000 23:31:26 +0000 Subject: [PATCH] Remove unused variable. git-svn-id: svn://10.0.0.236/trunk@66359 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/docshell/base/nsDocShell.cpp | 1 - 1 file changed, 1 deletion(-) 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