mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +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
|
@ -169,8 +169,6 @@ EventGroupPtr EventRegistry::LookupGroup(EventGroupKind kind, std::string_view n
|
|||
|
||||
EventGroup::EventGroup(EventGroupKind kind, std::string_view name) : kind(kind), name(name) { }
|
||||
|
||||
EventGroup::~EventGroup() noexcept { }
|
||||
|
||||
// Run through all ScriptFunc instances associated with this group and
|
||||
// update their bodies after a group's enable/disable state has changed.
|
||||
// Once that has completed, also update the Func's has_enabled_bodies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue