mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
message engine: cleanup
Change-Id: Ice0edcdc9de54175fe60930aa9e19cf0f0c9b104
This commit is contained in:

committed by
Sébastien Blin

parent
81e4b2f884
commit
38688a6943
@ -78,7 +78,6 @@ MessageEngine::retrySend(const std::string& peer)
|
||||
std::vector<PendingMsg> pending {};
|
||||
{
|
||||
std::lock_guard<std::mutex> lock(messagesMutex_);
|
||||
auto now = clock::now();
|
||||
auto p = messages_.find(peer);
|
||||
if (p == messages_.end())
|
||||
return;
|
||||
|
Reference in New Issue
Block a user