remove call to link manager

pull/1013/head
Jeff Becker 5 years ago
parent d856d0e1a0
commit 3dd36fa11a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

@ -20,7 +20,6 @@
#include <util/buffer.hpp>
#include <util/meta/memfn.hpp>
#include <hook/shell.hpp>
#include <link/link_manager.hpp>
#include <utility>
@ -1118,7 +1117,6 @@ namespace llarp
m_state->m_SendQueue.clear();
}
UpstreamFlush(router);
router->linkManager().PumpLinks();
}
bool

Loading…
Cancel
Save