From 13b22e2afb57eb2da0513f2caca4e88549f55d0a Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 15 Aug 2019 20:47:32 +0200 Subject: Remove unused function in ReliablePacketBuffer --- src/network/connection.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/network/connection.h') diff --git a/src/network/connection.h b/src/network/connection.h index 5b1902deb..057bd39f6 100644 --- a/src/network/connection.h +++ b/src/network/connection.h @@ -252,13 +252,12 @@ public: void print(); bool empty(); - bool containsPacket(u16 seqnum); RPBSearchResult notFound(); u32 size(); private: - RPBSearchResult findPacket(u16 seqnum); + RPBSearchResult findPacket(u16 seqnum); // does not perform locking std::list m_list; -- cgit v1.2.3