ucb/source/ucp/webdav-curl/webdavcontent.cxx |    1 -
 ucb/source/ucp/webdav-curl/webdavcontent.hxx |    1 -
 2 files changed, 2 deletions(-)

New commits:
commit 9dc9201c6eee6ffb8d547752dd6193a270fa85fb
Author:     Michael Stahl <michael.st...@allotropia.de>
AuthorDate: Mon Oct 11 20:28:56 2021 +0200
Commit:     Michael Stahl <michael.st...@allotropia.de>
CommitDate: Mon Nov 1 18:47:57 2021 +0100

    ucb: webdav-curl: loplugin:unusedfields
    
    [ replicate commit b18e1bc61ccba9d0c74274e2fe45b2b422c601cf ]
    
    Change-Id: I8458dce0ae9e71daebda708697501dd5ead5ae55
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123489
    Tested-by: Michael Stahl <michael.st...@allotropia.de>
    Reviewed-by: Michael Stahl <michael.st...@allotropia.de>

diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.cxx 
b/ucb/source/ucp/webdav-curl/webdavcontent.cxx
index a9e3ef868201..99630aff9b9e 100644
--- a/ucb/source/ucp/webdav-curl/webdavcontent.cxx
+++ b/ucb/source/ucp/webdav-curl/webdavcontent.cxx
@@ -206,7 +206,6 @@ Content::Content(
   m_eResourceType( UNKNOWN ),
   m_eResourceTypeForLocks( UNKNOWN ),
   m_pProvider( pProvider ),
-  m_rSessionFactory( rSessionFactory ),
   m_bTransient( false ),
   m_bCollection( false ),
   m_bDidGetOrHead( false )
diff --git a/ucb/source/ucp/webdav-curl/webdavcontent.hxx 
b/ucb/source/ucp/webdav-curl/webdavcontent.hxx
index e7638bcfa70b..ea2a9ec38387 100644
--- a/ucb/source/ucp/webdav-curl/webdavcontent.hxx
+++ b/ucb/source/ucp/webdav-curl/webdavcontent.hxx
@@ -81,7 +81,6 @@ class Content : public ::ucbhelper::ContentImplHelper,
     // resource type for general LOCK method only
     ResourceType      m_eResourceTypeForLocks;
     ContentProvider*  m_pProvider; // No need for a ref, base class holds 
object
-    rtl::Reference< DAVSessionFactory > m_rSessionFactory;
     bool              m_bTransient;
     bool              m_bCollection;
     bool              m_bDidGetOrHead;

Reply via email to