diff options
| author | Florian Fischer <florian.fl.fischer@fau.de> | 2019-12-18 17:58:21 +0100 |
|---|---|---|
| committer | Florian Fischer <florian.fl.fischer@fau.de> | 2019-12-18 17:58:21 +0100 |
| commit | 2e261313a518aa6fa55fc0d2ef7bdf5f24f93cd7 (patch) | |
| tree | f9907f4005d79cf1e1eddb2a3dfe771812a9e23d | |
| parent | 4926cd110c2bad4e8feab8019ab7f825c912feb4 (diff) | |
| download | allocbench-2e261313a518aa6fa55fc0d2ef7bdf5f24f93cd7.tar.gz allocbench-2e261313a518aa6fa55fc0d2ef7bdf5f24f93cd7.zip | |
remove useless whitespace
| -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"] |
