diff options
Diffstat (limited to 'storage/perfschema/table_all_instr.h')
-rw-r--r-- | storage/perfschema/table_all_instr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/table_all_instr.h b/storage/perfschema/table_all_instr.h index 072221ba86e..0c2f3d28cf6 100644 --- a/storage/perfschema/table_all_instr.h +++ b/storage/perfschema/table_all_instr.h @@ -82,8 +82,7 @@ protected: table_all_instr(const PFS_engine_table_share *share); public: - ~table_all_instr() - {} + ~table_all_instr() = default; protected: /** |