From 3539fa58016b7c62457e14b9113b4263529f89b3 Mon Sep 17 00:00:00 2001 From: "jshin%mailaps.org" Date: Tue, 11 Jan 2005 23:21:15 +0000 Subject: [PATCH] no bug (follow up to the previous check in for bug 274264) : got rid of an unnecessary comment git-svn-id: svn://10.0.0.236/trunk@167551 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/uconv/src/nsUTF8ConverterService.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mozilla/intl/uconv/src/nsUTF8ConverterService.cpp b/mozilla/intl/uconv/src/nsUTF8ConverterService.cpp index 2e626bbd1a1..bdadf5b7ec5 100644 --- a/mozilla/intl/uconv/src/nsUTF8ConverterService.cpp +++ b/mozilla/intl/uconv/src/nsUTF8ConverterService.cpp @@ -129,8 +129,6 @@ nsUTF8ConverterService::ConvertURISpecToUTF8(const nsACString &aSpec, aUTF8Spec.Truncate(); nsCAutoString unescapedSpec; - // NS_UnescapeURL does not fill up unescapedSpec unless there's at least - // one character to unescape. NS_UnescapeURL(PromiseFlatCString(aSpec), esc_AlwaysCopy, unescapedSpec); // convert to UTF-8 unless ASCII only or UTF-8