mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Remove MutableVal class.
This commit is contained in:
parent
062a1ee6b3
commit
7bd738865c
11 changed files with 39 additions and 55 deletions
|
@ -693,10 +693,6 @@ bool is_atomic_type(const BroType* t);
|
|||
// True if the given type tag corresponds to a function type.
|
||||
#define IsFunc(t) (t == TYPE_FUNC)
|
||||
|
||||
// True if the given type tag corresponds to mutable type.
|
||||
#define IsMutable(t) \
|
||||
(t == TYPE_RECORD || t == TYPE_TABLE || t == TYPE_VECTOR)
|
||||
|
||||
// True if the given type type is a vector.
|
||||
#define IsVector(t) (t == TYPE_VECTOR)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue