summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_threads.h')
-rw-r--r--storage/perfschema/table_threads.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/storage/perfschema/table_threads.h b/storage/perfschema/table_threads.h
index 078dbbda5a9..ff9f7ccb2a3 100644
--- a/storage/perfschema/table_threads.h
+++ b/storage/perfschema/table_threads.h
@@ -110,8 +110,7 @@ protected:
table_threads();
public:
- ~table_threads()
- {}
+ ~table_threads() = default;
private:
virtual void make_row(PFS_thread *pfs);