diff --git a/src/allocators/glibc.py b/src/allocators/glibc.py index 3c739fe81f5c9d385e5bf3cab45659f66ef2e271..271834396e9a1593a0f962e6a17f498850d592db 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"]