From 3884a7712b74c09d4216b856464d6c3cdd9e3476 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Mon, 9 Mar 2020 19:34:31 +0100 Subject: fmt all src/allocators using yapf --- src/allocators/glibcs.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/allocators/glibcs.py') diff --git a/src/allocators/glibcs.py b/src/allocators/glibcs.py index 936d2c7..8c26493 100644 --- a/src/allocators/glibcs.py +++ b/src/allocators/glibcs.py @@ -14,10 +14,8 @@ # # You should have received a copy of the GNU General Public License # along with allocbench. If not, see . - """Collection containing all glibc variants""" from src.allocators.glibc import glibc, glibc_notc, glibc_nofs, glibc_nofs_fancy - allocators = [glibc, glibc_notc, glibc_nofs, glibc_nofs_fancy] -- cgit v1.2.3