From 4627cac8e55e0789c23841c95d333815d4b44a09 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Mon, 12 Apr 2021 14:35:41 +0200 Subject: loplugin:unusedfields Change-Id: Ifb8ff48a05f37c0593bf619d7c774a26cb2655e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113987 Tested-by: Jenkins Reviewed-by: Noel Grandin --- extensions/source/update/check/updatecheck.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'extensions') 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; -- cgit