aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/test/shell/integration/testenv.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/shell/integration/testenv.sh b/src/test/shell/integration/testenv.sh
index 9326abdd4a..f0c37a7b5a 100755
--- a/src/test/shell/integration/testenv.sh
+++ b/src/test/shell/integration/testenv.sh
@@ -27,10 +27,6 @@ function put_bazel_on_path() {
put_blaze_on_path "$@"
}
-function write_default_bazelrc() {
- write_default_blazerc "$@"
-}
-
function put_bazel_on_path() {
# do nothing as test-setup already does that
true