Remove dead declaration

This commit is contained in:
Jason Rhinelander 2021-11-14 11:03:20 -04:00
parent f9395cd5dd
commit 0924dd8862
1 changed files with 0 additions and 4 deletions

View File

@ -112,10 +112,6 @@ namespace llarp
HandleWriteIPPacket(
const llarp_buffer_t& buf, huint128_t src, huint128_t dst, uint64_t seqno);
/// queue outbound packet to the world
bool
QueueOutboundTraffic(llarp::net::IPPacket&& pkt);
/// we got a packet from the user
void
HandleGotUserPacket(llarp::net::IPPacket pkt);