aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/xcode/swiftstdlibtoolwrapper
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/xcode/swiftstdlibtoolwrapper')
-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=()