From 0de8502f8fa6a8df4f3a85a9bd85999d6528fa5f Mon Sep 17 00:00:00 2001 From: heck Date: Tue, 16 Feb 2021 00:47:46 +0100 Subject: [PATCH] local var never used --- Adapter.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/Adapter.cc b/Adapter.cc index 86ad5db..dfcaef9 100644 --- a/Adapter.cc +++ b/Adapter.cc @@ -93,7 +93,6 @@ namespace pEp { PEP_SESSION Session::operator()(session_action action) { std::lock_guard lock(m); - bool in_sync = on_sync_thread(); PEP_STATUS status = PEP_STATUS_OK;