summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 07:54:04 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2016-11-18 12:11:33 +0000
commitb495eb4dbaf9165414b2082572d96d14dbf38d1f (patch)
tree11287cca8fab4c0c047aad82509dce0dd4f68897 /ucb
parent97e61ba58c357564d8fbffea94c8aa56636480b9 (diff)
loplugin:datamembershadow
Change-Id: I8a737a2f22c7be9630a1f7562b4309e687bb85f9 Reviewed-on: https://gerrit.libreoffice.org/30948 Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/ftp/ftpcontentprovider.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.hxx b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
index 1bba0043c63d..1c93e7f58539 100644
--- a/ucb/source/ucp/ftp/ftpcontentprovider.hxx
+++ b/ucb/source/ucp/ftp/ftpcontentprovider.hxx
@@ -118,8 +118,6 @@ namespace ftp
};
private:
-
- osl::Mutex m_aMutex;
FTPLoaderThread *m_ftpLoaderThread;
ucbhelper::InternetProxyDecider *m_pProxyDecider;
std::vector<ServerInfo> m_ServerInfo;