clang-analyzer-deadcode.DeadStores

Change-Id: I22b423b99c87070ab1b8ce7f3eff928384951947
This commit is contained in:
Stephan Bergmann
2015-10-07 12:32:59 +02:00
parent f72ebcbe43
commit 1d00baff39

View File

@@ -344,7 +344,6 @@ sal_Int32 OTextInputStream::implReadNext()
mSeqSource.realloc( nTotalRead );
}
mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ];
pbSource = mSeqSource.getConstArray();
bCont = true;
}