diff options
Diffstat (limited to 'src/network/connection.h')
-rw-r--r-- | src/network/connection.h | 3 |
1 files changed, 1 insertions, 2 deletions
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<BufferedPacket> m_list; |