Remove unnecessary RBE sourcing in envsetup.sh

We no longer need these since we switched to config files and I missed removing them. So removing them now

Bug: b/202340353
Change-Id: Ibab8ab8d4a45e01d2c98632ccee2684ea600ff69
This commit is contained in:
Kousik Kumar 2021-11-01 01:35:59 -04:00
parent 76a4c62f56
commit bd9b9b0226
1 changed files with 0 additions and 10 deletions

View File

@ -1883,16 +1883,6 @@ function showcommands() {
fi
}
# Source necessary setup scripts needed to run the build with Remote Execution.
function source_rbe() {
local T=$(gettop)
if [[ "x$USE_RBE" != "x" && "$USE_RBE" != "false" ]]; then
. $T/build/make/rbesetup.sh --skip-envsetup
fi
}
validate_current_shell
source_vendorsetup
source_rbe
addcompletions