mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove a few protected or private no-op constructors
This commit is contained in:
parent
914a4d6342
commit
f597e925aa
7 changed files with 5 additions and 15 deletions
|
@ -82,7 +82,6 @@ public:
|
|||
{ return seq + length <= seq_to_skip; }
|
||||
|
||||
private:
|
||||
TCP_Reassembler() { }
|
||||
|
||||
void Undelivered(uint64_t up_to_seq) override;
|
||||
void Gap(uint64_t seq, uint64_t len);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue