summaryrefslogtreecommitdiff
path: root/storage/perfschema/unittest/pfs_host-oom-t.cc
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/unittest/pfs_host-oom-t.cc')
-rw-r--r--storage/perfschema/unittest/pfs_host-oom-t.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/storage/perfschema/unittest/pfs_host-oom-t.cc b/storage/perfschema/unittest/pfs_host-oom-t.cc
index 5b823ce4eac..d12abe6f38b 100644
--- a/storage/perfschema/unittest/pfs_host-oom-t.cc
+++ b/storage/perfschema/unittest/pfs_host-oom-t.cc
@@ -100,11 +100,7 @@ void test_oom()
void do_all_tests()
{
- PFS_atomic::init();
-
test_oom();
-
- PFS_atomic::cleanup();
}
int main(int, char **)