mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +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
|
@ -336,7 +336,7 @@ class BuiltinFunc final : public Func
|
|||
{
|
||||
public:
|
||||
BuiltinFunc(built_in_func func, const char* name, bool is_pure);
|
||||
~BuiltinFunc() override;
|
||||
~BuiltinFunc() override = default;
|
||||
|
||||
bool IsPure() const override;
|
||||
ValPtr Invoke(zeek::Args* args, Frame* parent) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue