summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-09-25 11:36:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-09-25 11:36:34 +0100
commitbe7a99bca77cd7176f2c01cfff42801475f90f82 (patch)
tree7da8655c225d3f4eaaf64df288b7c843536387d2 /ucb
parentc7b6f0733127863ace4f351629301990f99a2178 (diff)
coverity#1240266 Logically dead code
Change-Id: I97256c687c6d56beef2c3664bbba8c43f685228b
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/gio/gio_seekable.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/ucb/source/ucp/gio/gio_seekable.cxx b/ucb/source/ucp/gio/gio_seekable.cxx
index 26e222a9461b..ba338c02f4c9 100644
--- a/ucb/source/ucp/gio/gio_seekable.cxx
+++ b/ucb/source/ucp/gio/gio_seekable.cxx
@@ -110,10 +110,6 @@ sal_Int64 SAL_CALL Seekable::getLength() throw( io::IOException, uno::RuntimeExc
bOk = true;
}
- if (!bOk)
- throw io::IOException("Getting size unsupported",
- static_cast< cppu::OWeakObject * >(this));
-
return nSize;
}