From bccae25b39ec78df171ef4a1f672c380ea8b4600 Mon Sep 17 00:00:00 2001 From: Laszlo Csomor Date: Tue, 12 Apr 2016 09:25:10 +0000 Subject: testenv.sh.bazel: remove overridden function implementation. There's second implementation a few lines below. -- MOS_MIGRATED_REVID=119618086 --- src/test/shell/integration/testenv.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/test/shell/integration/testenv.sh') 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 -- cgit v1.2.3