mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
GH-1949: Remove unused timer_mgr_inactivity_timeout global
This commit is contained in:
parent
1de8191c86
commit
08bf6f13e2
3 changed files with 0 additions and 9 deletions
|
@ -189,8 +189,6 @@ int dpd_ignore_ports;
|
|||
|
||||
int check_for_unused_event_handlers;
|
||||
|
||||
double timer_mgr_inactivity_timeout;
|
||||
|
||||
int record_all_packets;
|
||||
|
||||
bro_uint_t bits_per_uid;
|
||||
|
@ -345,8 +343,6 @@ void init_net_var()
|
|||
dpd_match_only_beginning = id::find_val("dpd_match_only_beginning")->AsBool();
|
||||
dpd_late_match_stop = id::find_val("dpd_late_match_stop")->AsBool();
|
||||
dpd_ignore_ports = id::find_val("dpd_ignore_ports")->AsBool();
|
||||
|
||||
timer_mgr_inactivity_timeout = id::find_val("timer_mgr_inactivity_timeout")->AsInterval();
|
||||
}
|
||||
|
||||
} // namespace zeek::detail
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue