summaryrefslogtreecommitdiff
path: root/io
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-07 12:32:59 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-07 12:49:43 +0200
commit1d00baff394da0953a1ef1eb6ccd9c4c4995443b (patch)
tree47a47cd602a942f3d4cd45e652b08ebd675bc740 /io
parentf72ebcbe43102c3a6eda1ec826ab9c5f53111189 (diff)
clang-analyzer-deadcode.DeadStores
Change-Id: I22b423b99c87070ab1b8ce7f3eff928384951947
Diffstat (limited to 'io')
-rw-r--r--io/source/TextInputStream/TextInputStream.cxx1
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;
}