GH-1949: Remove unused timer_mgr_inactivity_timeout global

This commit is contained in:
Tim Wojtulewicz 2022-02-22 15:16:36 -07:00
parent 1de8191c86
commit 08bf6f13e2
3 changed files with 0 additions and 9 deletions

View file

@ -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