aboutsummaryrefslogtreecommitdiff
path: root/src/allocators/glibc.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/allocators/glibc.py')
-rw-r--r--src/allocators/glibc.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py
index 3c739fe..2718343 100644
--- a/src/allocators/glibc.py
+++ b/src/allocators/glibc.py
@@ -29,8 +29,6 @@ class Glibc(Allocator):
sources = GitArtifact("glibc", "git://sourceware.org/git/glibc.git")
def __init__(self, name, **kwargs):
-
-
configure_args = ""
if "configure_args" in kwargs:
configure_args = kwargs["configure_args"]