Remove the BroFile cache

GH-375
This commit is contained in:
Johanna Amann 2019-06-26 15:03:45 -07:00
parent f810de11fa
commit 5052dc03fc
14 changed files with 49 additions and 319 deletions

View file

@ -155,7 +155,6 @@ TableVal* preserve_orig_addr;
TableVal* preserve_resp_addr;
TableVal* preserve_other_addr;
int max_files_in_cache;
RecordType* rotate_info;
StringVal* log_rotate_base_time;
@ -229,7 +228,6 @@ void init_general_global_var()
table_expire_delay = opt_internal_double("table_expire_delay");
table_incremental_step = opt_internal_int("table_incremental_step");
max_files_in_cache = opt_internal_int("max_files_in_cache");
rotate_info = internal_type("rotate_info")->AsRecordType();
log_rotate_base_time = opt_internal_string("log_rotate_base_time");