complete migration of ZAM to use only public ZVal methods

This commit is contained in:
Vern Paxson 2024-08-06 08:35:39 +01:00 committed by Arne Welzel
parent 1457099df3
commit 3e1b536810
2 changed files with 7 additions and 8 deletions

View file

@ -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;