Kaydet (Commit) d3aa72da authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1268297 Logically dead code

Change-Id: Ie9a37e7eb837abf0d2783a9a0f8c2b33a6772d33
üst f28d59c3
...@@ -949,8 +949,6 @@ void SAL_CALL rtl_uString_internConvert( rtl_uString ** newStr, ...@@ -949,8 +949,6 @@ void SAL_CALL rtl_uString_internConvert( rtl_uString ** newStr,
if ( len < 256 ) if ( len < 256 )
{ // try various optimisations { // try various optimisations
sal_Int32 ulen; sal_Int32 ulen;
if ( len < 0 )
len = strlen( str );
if ( eTextEncoding == RTL_TEXTENCODING_ASCII_US ) if ( eTextEncoding == RTL_TEXTENCODING_ASCII_US )
{ {
int i; int i;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment