mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Remove VectorVal::vector_type member
This commit is contained in:
parent
d4dba40727
commit
afd939ceb1
2 changed files with 3 additions and 6 deletions
|
@ -1077,8 +1077,6 @@ public:
|
|||
protected:
|
||||
void ValDescribe(ODesc* d) const override;
|
||||
IntrusivePtr<Val> DoClone(CloneState* state) override;
|
||||
|
||||
IntrusivePtr<VectorType> vector_type;
|
||||
};
|
||||
|
||||
// Checks the given value for consistency with the given type. If an
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue