summaryrefslogtreecommitdiff
path: root/extensions
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2021-04-12 14:35:41 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2021-04-12 20:28:54 +0200
commit4627cac8e55e0789c23841c95d333815d4b44a09 (patch)
treec07566d942dddc10e1cbc07739ae18b776d65af0 /extensions
parent26fc87c6827e9d86c5b7cf7aa216f0a60ab28411 (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')
-rw-r--r--extensions/source/update/check/updatecheck.hxx1
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;