diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-08-07 08:02:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-08-07 08:02:15 +0200 |
commit | a13db19a2f21011443268d5d64dac4cd566bd1b6 (patch) | |
tree | f6c5f6c5796f1ae351ae669732defa48133c89e0 /connectivity | |
parent | dbeab89b5b74ca0ff789be376c94d64f5e937f11 (diff) |
-Werror,-Wunused-private-field
Change-Id: I42d1c0c2e6a0746c1c97dba9b02abf1d771b3fc7
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/commontools/sqlerror.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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; }; |