Kaydet (Commit) 8c03c10e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

clang-analyzer-deadcode.DeadStores

Change-Id: I95e230d3a16f742cf996beb3a93b2c0906cdd72a
üst 91d2b58e
...@@ -673,7 +673,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr, ...@@ -673,7 +673,6 @@ short ImpSvNumberformatScan::Next_Symbol( const OUString& rStr,
{ {
sSymbol = rStr.copy( --nPos, sCurString.getLength() ); sSymbol = rStr.copy( --nPos, sCurString.getLength() );
nPos = nPos + sSymbol.getLength(); nPos = nPos + sSymbol.getLength();
eState = SsStop;
eType = NF_SYMBOLTYPE_STRING; eType = NF_SYMBOLTYPE_STRING;
return eType; return eType;
} }
......
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