diff options
Diffstat (limited to 'storage/perfschema/unittest/pfs_user-oom-t.cc')
-rw-r--r-- | storage/perfschema/unittest/pfs_user-oom-t.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/perfschema/unittest/pfs_user-oom-t.cc b/storage/perfschema/unittest/pfs_user-oom-t.cc index 3cb80e1b7f9..d37d5368ee1 100644 --- a/storage/perfschema/unittest/pfs_user-oom-t.cc +++ b/storage/perfschema/unittest/pfs_user-oom-t.cc @@ -99,11 +99,7 @@ void test_oom() void do_all_tests() { - PFS_atomic::init(); - test_oom(); - - PFS_atomic::cleanup(); } int main(int, char **) |