mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Remove MutableVal class.
This commit is contained in:
parent
062a1ee6b3
commit
7bd738865c
11 changed files with 39 additions and 55 deletions
4
src/ID.h
4
src/ID.h
|
@ -70,10 +70,6 @@ public:
|
|||
|
||||
bool IsRedefinable() const { return FindAttr(ATTR_REDEF) != 0; }
|
||||
|
||||
// Returns true if ID is one of those internal globally unique IDs
|
||||
// to which MutableVals are bound (there name start with a '#').
|
||||
bool IsInternalGlobal() const { return name && name[0] == '#'; }
|
||||
|
||||
void SetAttrs(Attributes* attr);
|
||||
void AddAttrs(Attributes* attr);
|
||||
void RemoveAttr(attr_tag a);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue