aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/xcode
diff options
context:
space:
mode:
authorGravatar Dmitry Shevchenko <dmishe@google.com>2016-10-17 22:03:51 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2016-10-18 10:57:10 +0000
commitca5fe0cf20ae1aba3f387181487f1392dc83d898 (patch)
tree724b7b8f1064d267ae739030f396e3c204dbedf7 /src/tools/xcode
parent7f9c344545e64bd00efcc8c8c043cb5dce6ecc28 (diff)
Remove obsolete code from Bazel tools.
-- MOS_MIGRATED_REVID=136400800
Diffstat (limited to 'src/tools/xcode')
-rwxr-xr-xsrc/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
index 6e84920dd7..99c920543e 100755
--- a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
+++ b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
@@ -59,14 +59,6 @@ done
TEMPDIR=$(mktemp -d "${TMPDIR:-/tmp}/swiftstdlibtoolZippingOutput.XXXXXX")
trap "rm -rf \"$TEMPDIR\"" EXIT
-if [ -z "${PATH_INSIDE_ZIP:-}" ] && [ -z "${OUTZIP:-}" ]; then
- # This is an older bazel binary, massage the arguments to accommodate.
- # TODO(b/30478247): Remove this when new bazel binary is available.
- PATH_INSIDE_ZIP="${CMD_ARGS[1]}"
- OUTZIP=$("${REALPATH}" "${CMD_ARGS[0]}")
- TOOL_ARGS=("${TOOL_ARGS[@]:2}")
-fi
-
FULLPATH="$TEMPDIR/$PATH_INSIDE_ZIP"
XCRUN_ARGS=()