diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-26 11:14:10 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@allotropia.de> | 2021-11-26 18:01:49 +0100 |
commit | 2c50375c8dc97e1c83e0bd952ed83baeab9e7190 (patch) | |
tree | 4df6ed5906e689f6dd629e04efd54b5ea2f6ddbf /ucb | |
parent | 216be5dcd987b5d4a9802791a8f78a8e85eb6a79 (diff) |
cid#1494447 ucb: webdav-curl: Logically dead code
Change-Id: I98a99ddc287fd83ff95e9a1b3851a9888dd6ef5c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125864
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
(cherry picked from commit 91ce3455cfe1c850dd9780c41e6253cb940af1e9)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125843
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/webdav-curl/CurlSession.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/webdav-curl/CurlSession.cxx b/ucb/source/ucp/webdav-curl/CurlSession.cxx index aacc6bbed48e..35c9b4df1e44 100644 --- a/ucb/source/ucp/webdav-curl/CurlSession.cxx +++ b/ucb/source/ucp/webdav-curl/CurlSession.cxx @@ -989,9 +989,6 @@ auto CurlProcessor::ProcessRequestImpl( { switch (statusCode) { - case SC_NONE: - assert(false); // ??? should be error returned from perform? - break; case SC_REQUEST_TIMEOUT: { throw DAVException( |