Kaydet (Commit) aac64d03 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix warning: unused variable 'aMutex' [loplugin]

Change-Id: I1dc2d18f285bbd7fc4316a7a194a21769b11d545
üst 97a72b42
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment