-Werror,-Wunused-private-field

Change-Id: I8e39763e781121932a0200e59760b49d7edcbfdd
This commit is contained in:
Stephan Bergmann
2017-03-04 23:09:13 +01:00
parent 5c617a8117
commit 6117ae2bd3

View File

@@ -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;