From bd9b9b0226b3e36ed75b773d5f0fc2f7fb27962b Mon Sep 17 00:00:00 2001 From: Kousik Kumar Date: Mon, 1 Nov 2021 01:35:59 -0400 Subject: [PATCH] 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 --- envsetup.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/envsetup.sh b/envsetup.sh index 4301d73f0c..16873095aa 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -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