aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/xcode
diff options
context:
space:
mode:
authorGravatar dmishe <dmishe@google.com>2017-04-12 17:04:28 +0000
committerGravatar Jakob Buchgraber <buchgr@google.com>2017-04-13 09:36:46 +0200
commit0fdc65e620fb746fc40b09a25e0c320b21a9ac78 (patch)
treea4d92952c245fab4840ddc5be49d93c2ed28dd1f /src/tools/xcode
parentb127fbbb9cec67407d6d19d3664d57700c085158 (diff)
Remove unused variable
PiperOrigin-RevId: 152951579
Diffstat (limited to 'src/tools/xcode')
-rwxr-xr-xsrc/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
index fb848f7ebc..b7189195ad 100755
--- a/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
+++ b/src/tools/xcode/swiftstdlibtoolwrapper/swiftstdlibtoolwrapper.sh
@@ -27,8 +27,6 @@ MY_LOCATION=${MY_LOCATION:-"$0.runfiles/bazel_tools/tools/objc"}
REALPATH="${MY_LOCATION}/realpath"
WRAPPER="${MY_LOCATION}/xcrunwrapper.sh"
-CMD_ARGS=("$@")
-
TOOL_ARGS=()
while [[ $# -gt 0 ]]; do
ARG="$1"