diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-12 14:35:41 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2021-04-12 20:28:54 +0200 |
commit | 4627cac8e55e0789c23841c95d333815d4b44a09 (patch) | |
tree | c07566d942dddc10e1cbc07739ae18b776d65af0 /extensions/source/update/check | |
parent | 26fc87c6827e9d86c5b7cf7aa216f0a60ab28411 (diff) |
loplugin:unusedfields
Change-Id: Ifb8ff48a05f37c0593bf619d7c774a26cb2655e3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113987
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'extensions/source/update/check')
-rw-r--r-- | extensions/source/update/check/updatecheck.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extensions/source/update/check/updatecheck.hxx b/extensions/source/update/check/updatecheck.hxx index b7c0ba8d2c5f..546616f574dd 100644 --- a/extensions/source/update/check/updatecheck.hxx +++ b/extensions/source/update/check/updatecheck.hxx @@ -164,7 +164,6 @@ private: mutable std::recursive_mutex m_aMutex; WorkerThread *m_pThread; osl::Condition m_aCondition; - osl::Condition m_NotInWaitState; UpdateInfo m_aUpdateInfo; OUString m_aImageName; |