diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 17:35:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-07 17:51:40 +0200 |
commit | 7fa6bdeda854a801d2a1b30324b29fdd383ca0c2 (patch) | |
tree | e892c06f028e431605798c410b5eac60acfd1469 /ucb | |
parent | efa6fc2218a27f64771fb259d009d64f5ce460a0 (diff) |
clang-analyzer-deadcode.DeadStores
Change-Id: I5f5eb507e1c5bbdc8a0517244e867724249f3661
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/gio/gio_seekable.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/ucp/gio/gio_seekable.cxx b/ucb/source/ucp/gio/gio_seekable.cxx index 509eb29e7bed..9777fb5a7c6f 100644 --- a/ucb/source/ucp/gio/gio_seekable.cxx +++ b/ucb/source/ucp/gio/gio_seekable.cxx @@ -107,7 +107,6 @@ sal_Int64 SAL_CALL Seekable::getLength() throw( io::IOException, uno::RuntimeExc convertToIOException(pError, static_cast< cppu::OWeakObject * >(this)); nSize = getPosition(); seek(nCurr); - bOk = true; } return nSize; |