Browse Source

local var never used

pull/5/head
heck 4 years ago
parent
commit
0de8502f8f
  1. 1
      Adapter.cc

1
Adapter.cc

@ -93,7 +93,6 @@ namespace pEp {
PEP_SESSION Session::operator()(session_action action) PEP_SESSION Session::operator()(session_action action)
{ {
std::lock_guard<mutex> lock(m); std::lock_guard<mutex> lock(m);
bool in_sync = on_sync_thread();
PEP_STATUS status = PEP_STATUS_OK; PEP_STATUS status = PEP_STATUS_OK;

Loading…
Cancel
Save