mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Replace empty destructor bodies with =default definitions
This commit is contained in:
parent
1991b87a07
commit
90d0bc64fa
66 changed files with 45 additions and 124 deletions
|
@ -1563,8 +1563,6 @@ ListVal::ListVal(TypeTag t) : Val(make_intrusive<TypeList>(t == TYPE_ANY ? nullp
|
|||
tag = t;
|
||||
}
|
||||
|
||||
ListVal::~ListVal() { }
|
||||
|
||||
ValPtr ListVal::SizeVal() const
|
||||
{
|
||||
return val_mgr->Count(vals.size());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue