Remove USE_BAZEL and its dead code

This environment variable has been out of use for some time. It used to
control Bazel-as-executor, which has been removed from Bazel for several
releases.

Bug: 243077098
Test: Treehugger
Change-Id: I4edfb5f3574c369a16547ea06ba780293c37ecb3
This commit is contained in:
Chris Parsons
2022-08-30 13:15:04 -04:00
parent 3d31a12867
commit 19ab9a455f
4 changed files with 4 additions and 54 deletions

View File

@@ -176,10 +176,6 @@ func main() {
build.SetupOutDir(buildCtx, config)
if config.UseBazel() && config.Dist() {
defer populateExternalDistDir(buildCtx, config)
}
// Set up files to be outputted in the log directory.
logsDir := config.LogsDir()