diff options
Diffstat (limited to 'storage/rocksdb/rdb_threads.h')
-rw-r--r-- | storage/rocksdb/rdb_threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/rocksdb/rdb_threads.h b/storage/rocksdb/rdb_threads.h index 7d89fe0616b..d23419df3b9 100644 --- a/storage/rocksdb/rdb_threads.h +++ b/storage/rocksdb/rdb_threads.h @@ -125,7 +125,7 @@ class Rdb_thread { void uninit(); - virtual ~Rdb_thread() {} + virtual ~Rdb_thread() = default; private: static void *thread_func(void *const thread_ptr); |