mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
Remove unused function in ReliablePacketBuffer
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user