diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-03-25 20:03:59 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-03-25 21:44:13 +0200 |
commit | aac64d030f8ce2903ba412193f1010112d9d822a (patch) | |
tree | 01725b2f2858ca08cd63435682111c503450b0d9 /connectivity | |
parent | 97a72b42c03de3d9286998758e13fc170bc0cba9 (diff) |
Fix warning: unused variable 'aMutex' [loplugin]
Change-Id: I1dc2d18f285bbd7fc4316a7a194a21769b11d545
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/parse/sqlnode.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx index 779b638e6870..cca574d25532 100644 --- a/connectivity/source/parse/sqlnode.cxx +++ b/connectivity/source/parse/sqlnode.cxx @@ -1115,11 +1115,6 @@ OSQLParseNode* OSQLParser::predicateTree(::rtl::OUString& rErrorMessage, const : const Reference< ::com::sun::star::util::XNumberFormatter > & xFormatter, const Reference< XPropertySet > & xField) { - - - // mutex for parsing - static ::osl::Mutex aMutex; - // Guard the parsing ::osl::MutexGuard aGuard(getMutex()); // must be reset |