make clang compile, remove unused variable

pull/1669/head
Jeff Becker 3 years ago
parent 963250c0ef
commit 4b11858bb0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -1803,9 +1803,6 @@ namespace llarp
LogTrace("SendToOrQueue: dropping because data.sz == 0");
return false;
}
const auto now = Now();
if (HasInboundConvo(remote))
{
// inbound conversation

Loading…
Cancel
Save