Remove state_dir and state_write_delay options

Since associated functionality was already removed
This commit is contained in:
Jon Siwek 2019-05-21 09:17:53 -07:00
parent f0c266eac1
commit d6096b1618
7 changed files with 10 additions and 20 deletions

View file

@ -164,9 +164,6 @@ extern TableVal* preserve_other_addr;
extern double connection_status_update_interval;
extern StringVal* state_dir;
extern double state_write_delay;
extern int max_files_in_cache;
extern RecordType* rotate_info;
extern StringVal* log_rotate_base_time;