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;