From ae0680f8fdd4de34fc85bea869699535f7abf0b9 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Wed, 28 Aug 2019 11:31:08 +0200 Subject: improve code quality and add license headers to allocator definitions --- src/allocators/je_tc_super.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 src/allocators/je_tc_super.py (limited to 'src/allocators/je_tc_super.py') diff --git a/src/allocators/je_tc_super.py b/src/allocators/je_tc_super.py deleted file mode 100644 index 6245610..0000000 --- a/src/allocators/je_tc_super.py +++ /dev/null @@ -1,7 +0,0 @@ -from src.allocators.glibc import glibc -from src.allocators.tcmalloc import tcmalloc -from src.allocators.jemalloc import jemalloc -from src.allocators.supermalloc import supermalloc - - -allocators = [glibc, tcmalloc, jemalloc, supermalloc] -- cgit v1.2.3