diff options
Diffstat (limited to 'storage/perfschema/table_socket_instances.h')
-rw-r--r-- | storage/perfschema/table_socket_instances.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/table_socket_instances.h b/storage/perfschema/table_socket_instances.h index 763860d08c1..fdd978b5c3a 100644 --- a/storage/perfschema/table_socket_instances.h +++ b/storage/perfschema/table_socket_instances.h @@ -86,8 +86,7 @@ private: table_socket_instances(); public: - ~table_socket_instances() - {} + ~table_socket_instances() = default; private: void make_row(PFS_socket *pfs); |