summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 2554ed6d..2fe95e42 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -261,8 +261,6 @@ def scheduler():
many_old = 17 # also...
elif total <= 450:
many_old = 10 # ...
- elif total <= 550:
- many_old = 1 # ...
else:
many_old = 0 # ...
for suite in SUITES: