Remove deprecated/unused "packet" type

This commit is contained in:
Jon Siwek 2019-06-27 16:38:32 -07:00
parent 88ffe06004
commit b635cc240b
4 changed files with 1 additions and 17 deletions

View file

@ -148,8 +148,6 @@ extern double table_expire_interval;
extern double table_expire_delay;
extern int table_incremental_step;
extern RecordType* packet_type;
extern int orig_addr_anonymization, resp_addr_anonymization;
extern int other_addr_anonymization;
extern TableVal* preserve_orig_addr;