[Libreoffice-commits] core.git: xmlsecurity/source

Stephan Bergmann sbergman at redhat.com
Sat Mar 4 22:09:51 UTC 2017


 xmlsecurity/source/gpg/SecurityEnvironment.hxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 6117ae2bd3e75df84a052f48cd5ca501f0e3be3e
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Sat Mar 4 23:09:13 2017 +0100

    -Werror,-Wunused-private-field
    
    Change-Id: I8e39763e781121932a0200e59760b49d7edcbfdd

diff --git a/xmlsecurity/source/gpg/SecurityEnvironment.hxx b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
index db778ab..04d05c1 100644
--- a/xmlsecurity/source/gpg/SecurityEnvironment.hxx
+++ b/xmlsecurity/source/gpg/SecurityEnvironment.hxx
@@ -31,9 +31,6 @@ class SecurityEnvironmentGpg : public cppu::WeakImplHelper< css::xml::crypto::XS
                                                             css::lang::XServiceInfo,
                                                             css::lang::XUnoTunnel >
 {
-private:
-    osl::Mutex m_mutex;
-
 public:
     SecurityEnvironmentGpg();
     virtual ~SecurityEnvironmentGpg() override;


More information about the Libreoffice-commits mailing list