Skip to content

Commit

Permalink
Removed redundant code.
Browse files Browse the repository at this point in the history
  • Loading branch information
gkistanova committed Sep 7, 2020
1 parent e703aaf commit 45ff065
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions zorg/buildbot/builders/SanitizerBuilder.py
Expand Up @@ -39,14 +39,6 @@ def getSanitizerBuildFactory(
depends_on_projects=depends_on_projects,
llvm_srcdir=sanitizer_script_dir)

# Determine the build directory.
f.addStep(SetProperty(name="get_builddir",
command=["pwd"],
property="builddir",
description="set build dir",
workdir=".",
env=merged_env))

# Get sanitizer buildbot scripts.
f.addGetSourcecodeForProject(
name='update-annotate-scripts',
Expand Down

0 comments on commit 45ff065

Please sign in to comment.