remove unused local variable

pull/1300/head
Jeff Becker 4 years ago
parent 1899debfb5
commit 019168fef0
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -153,7 +153,6 @@ namespace llarp
void
Router::PumpLL()
{
const auto now = Now();
if (_stopping.load())
return;
paths.PumpDownstream();

Loading…
Cancel
Save