mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Remove deprecated MemoryAllocation() methods and related code
This commit is contained in:
parent
d3169e48c0
commit
70e63d4749
39 changed files with 15 additions and 659 deletions
|
@ -87,9 +87,6 @@ public:
|
|||
|
||||
size_t Size() const { return fragments.size(); }
|
||||
size_t MaxFragments() const { return max_fragments; }
|
||||
[[deprecated("Remove in v5.1. MemoryAllocation() is deprecated and will be removed. See "
|
||||
"GHI-572.")]] uint32_t
|
||||
MemoryAllocation() const;
|
||||
|
||||
private:
|
||||
using FragmentMap = std::map<detail::FragReassemblerKey, detail::FragReassembler*>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue