mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
complete migration of ZAM to use only public ZVal methods
This commit is contained in:
parent
1457099df3
commit
3e1b536810
2 changed files with 7 additions and 8 deletions
|
@ -161,7 +161,6 @@ union ZVal {
|
|||
private:
|
||||
friend class RecordVal;
|
||||
friend class VectorVal;
|
||||
friend class zeek::detail::ZBody;
|
||||
|
||||
// Used for bool, int, enum.
|
||||
zeek_int_t int_val;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue