diff options
Diffstat (limited to 'sql/hostname.cc')
-rw-r--r-- | sql/hostname.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/hostname.cc b/sql/hostname.cc index 7b07ab620a6..e23560c7b8c 100644 --- a/sql/hostname.cc +++ b/sql/hostname.cc @@ -74,8 +74,7 @@ Host_errors::Host_errors() m_local(0) {} -Host_errors::~Host_errors() -{} +Host_errors::~Host_errors() = default; void Host_errors::reset() { |