mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
remove deprecated union and timer types, addressing #1898
This commit is contained in:
parent
d77fd8305d
commit
11f8729997
9 changed files with 28 additions and 78 deletions
|
@ -576,8 +576,6 @@ void ProfileFuncs::TraverseValue(const ValPtr& v)
|
|||
case TYPE_STRING:
|
||||
case TYPE_SUBNET:
|
||||
case TYPE_TIME:
|
||||
case TYPE_TIMER:
|
||||
case TYPE_UNION:
|
||||
case TYPE_VOID:
|
||||
break;
|
||||
|
||||
|
@ -777,8 +775,6 @@ p_hash_type ProfileFuncs::HashType(const Type* t)
|
|||
case TYPE_STRING:
|
||||
case TYPE_SUBNET:
|
||||
case TYPE_TIME:
|
||||
case TYPE_TIMER:
|
||||
case TYPE_UNION:
|
||||
case TYPE_VOID:
|
||||
h = merge_p_hashes(h, p_hash(t));
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue