mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +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
|
@ -64,11 +64,6 @@ Session::Session(double t, EventHandlerPtr timeout_event, EventHandlerPtr status
|
|||
installed_status_timer = 0;
|
||||
}
|
||||
|
||||
unsigned int Session::MemoryAllocation() const
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void Session::Event(EventHandlerPtr f, analyzer::Analyzer* analyzer, const char* name)
|
||||
{
|
||||
if ( ! f )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue