clang-analyzer-deadcode.DeadStores
Change-Id: Ifd016962dda31b312070745e7646879186d074e9
This commit is contained in:
parent
e676f98f34
commit
9a1f09b93b
@ -375,8 +375,7 @@ bool SyntaxHighlighter::Tokenizer::getNextToken(const sal_Unicode*& pos, /*out*/
|
||||
sal_Unicode cPeek = *pos;
|
||||
while( cPeek != 0 && !testCharFlags( cPeek, CHAR_EOL ) )
|
||||
{
|
||||
c = *pos++;
|
||||
cPeek = *pos;
|
||||
cPeek = *++pos;
|
||||
}
|
||||
|
||||
reType = TT_COMMENT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user