Bug 772519 - Remove the unused variable res in nsPlatformCharset::Init; r=smontagu

This commit is contained in:
Ehsan Akhgari 2012-07-10 16:27:27 -04:00
parent 3b74743225
commit 909aec7c4a

View File

@ -158,8 +158,6 @@ nsPlatformCharset::InitGetCharset(nsACString &oString)
NS_IMETHODIMP
nsPlatformCharset::Init()
{
nsresult res = NS_OK;
//
// remember default locale so we can use the
// same charset when asked for the same locale