Skip to content

Commit

Permalink
Removed deprecated legacy mode from AnnotatedBuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Jul 24, 2020
1 parent 25a1c12 commit fedf037
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zorg/buildbot/builders/AnnotatedBuilder.py
Expand Up @@ -11,7 +11,6 @@ def getAnnotatedBuildFactory(
env=None,
extra_args=None,
timeout=1200,
is_legacy_mode=False,
checkout_llvm_sources=True):
"""
Returns a new build factory that uses AnnotatedCommand, which
Expand Down Expand Up @@ -42,7 +41,6 @@ def getAnnotatedBuildFactory(
extra_args = []

f = LLVMBuildFactory(
is_legacy_mode=is_legacy_mode,
clean=clean,
depends_on_projects=depends_on_projects)

Expand Down

0 comments on commit fedf037

Please sign in to comment.