Kaydet (Commit) 5b621a30 authored tarafından Caolán McNamara's avatar Caolán McNamara

clang: Dead assignment

Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129
üst c8bdd09a
...@@ -194,7 +194,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty, ...@@ -194,7 +194,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty,
{ {
// SAFE -> // SAFE ->
aWriteLock.reset(); aWriteLock.reset();
bLocked = true;
} }
bool bWillBeChanged = (aCurrentValue != aValue); bool bWillBeChanged = (aCurrentValue != aValue);
...@@ -212,7 +211,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty, ...@@ -212,7 +211,6 @@ void SAL_CALL PropertySetHelper::setPropertyValue(const OUString& sProperty,
if (m_bReleaseLockOnCall) if (m_bReleaseLockOnCall)
{ {
aWriteLock.clear(); aWriteLock.clear();
bLocked = false;
// <- SAFE // <- SAFE
} }
......
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