diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 12:32:59 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 12:49:43 +0200 |
commit | 1d00baff394da0953a1ef1eb6ccd9c4c4995443b (patch) | |
tree | 47a47cd602a942f3d4cd45e652b08ebd675bc740 /io/source | |
parent | f72ebcbe43102c3a6eda1ec826ab9c5f53111189 (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: I22b423b99c87070ab1b8ce7f3eff928384951947
Diffstat (limited to 'io/source')
-rw-r--r-- | io/source/TextInputStream/TextInputStream.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io/source/TextInputStream/TextInputStream.cxx b/io/source/TextInputStream/TextInputStream.cxx index 75e68711f47d..edfe2f3c1864 100644 --- a/io/source/TextInputStream/TextInputStream.cxx +++ b/io/source/TextInputStream/TextInputStream.cxx @@ -344,7 +344,6 @@ sal_Int32 OTextInputStream::implReadNext() mSeqSource.realloc( nTotalRead ); } mSeqSource.getArray()[ nOldLen ] = aOneByteSeq.getConstArray()[ 0 ]; - pbSource = mSeqSource.getConstArray(); bCont = true; } |