Skip to content

Commit

Permalink
Removed deprecated legacy mode from LLDPerformanceTestsuite.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Jul 24, 2020
1 parent 3406d69 commit e03d2cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions zorg/buildbot/builders/LLDPerformanceTestsuite.py
Expand Up @@ -59,10 +59,6 @@ def getFactory(
env=merged_env,
**kwargs) # Pass through all the extra arguments.

# Consume is_legacy_mode if given.
# TODO: Remove this once legacy mode gets dropped.
kwargs.pop('is_legacy_mode', None)

if targets:
step_name = "build-%s" % ("-".join(targets))
step_description=["Build"]
Expand Down

0 comments on commit e03d2cd

Please sign in to comment.