From a13db19a2f21011443268d5d64dac4cd566bd1b6 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 7 Aug 2017 08:02:15 +0200 Subject: -Werror,-Wunused-private-field Change-Id: I42d1c0c2e6a0746c1c97dba9b02abf1d771b3fc7 --- connectivity/source/commontools/sqlerror.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'connectivity/source/commontools') diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index 066719eb9963..c14608a18db1 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -79,7 +79,6 @@ namespace connectivity impl_buildSQLException( const ErrorCondition _eCondition, const Reference< XInterface >& _rxContext, const ParamValue& _rParamValue1, const ParamValue& _rParamValue2, const ParamValue& _rParamValue3 ); private: - ::osl::Mutex m_aMutex; std::locale m_aResources; }; -- cgit