diff options
| -rw-r--r-- | src/allocators/glibc.py | 2 |
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"] |
