Fix warning: Value stored to 'eEncoding' is never read

eEncoding is assigned again a few lines below.

Change-Id: Ib475095bab30e0c2f066934a10cda650706c2c8a
This commit is contained in:
Tor Lillqvist
2013-06-19 11:26:44 +03:00
parent f5000d66ba
commit ec13a7bdbf

View File

@@ -448,7 +448,6 @@ rtl_TextEncoding SAL_CALL rtl_getTextEncodingFromUnixCharset( const char* pUnixC
{
if ( Impl_matchString( pSecondPart, pData->mpCharsetStr ) )
{
eEncoding = pData->meTextEncoding;
break;
}