aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Laszlo Csomor <laszlocsomor@google.com>2016-04-12 09:25:10 +0000
committerGravatar Dmitry Lomov <dslomov@google.com>2016-04-12 13:59:04 +0000
commitbccae25b39ec78df171ef4a1f672c380ea8b4600 (patch)
tree9fdfb78c333f9c223799576be1a08d0a80f4ca23 /src
parent6f26035ca8c8940eb6c9ed1c4549437d65c0a2d4 (diff)
testenv.sh.bazel: remove overridden function implementation.
There's second implementation a few lines below. -- MOS_MIGRATED_REVID=119618086
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