mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Remove TYPE_COUNTER
This causes some test changes because of the use of Type::Describe in the fnv1a32 BIF method called by hash_hrw::get_site. Since the enum values change with removal of TYPE_COUNTER, the output from Type::Describe changes slightly.
This commit is contained in:
parent
0618be792f
commit
b819c9d18c
7 changed files with 28 additions and 30 deletions
|
@ -38,7 +38,6 @@ enum TypeTag {
|
|||
TYPE_BOOL, // 1
|
||||
TYPE_INT, // 2
|
||||
TYPE_COUNT, // 3
|
||||
TYPE_COUNTER [[deprecated("Remove in v4.1. TYPE_COUNTER was removed; use TYPE_COUNT instead.")]], // 4
|
||||
TYPE_DOUBLE, // 5
|
||||
TYPE_TIME, // 6
|
||||
TYPE_INTERVAL, // 7
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue