summaryrefslogtreecommitdiff
path: root/wrappers/swift/swift.cmd
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2022-09-20 15:07:40 +0200
commit2a619ceba75a4c16b25de12d59a87eac795a4468 (patch)
tree1d63a35217011fa761b703633b3f91fd839ec71e /wrappers/swift/swift.cmd
parent7e309b67de74fe5bd5a1c70c1880c2a381c4f78b (diff)
Remove: unused wrappers
Diffstat (limited to 'wrappers/swift/swift.cmd')
-rwxr-xr-xwrappers/swift/swift.cmd9
1 files changed, 0 insertions, 9 deletions
diff --git a/wrappers/swift/swift.cmd b/wrappers/swift/swift.cmd
deleted file mode 100755
index 57040bd..0000000
--- a/wrappers/swift/swift.cmd
+++ /dev/null
@@ -1,9 +0,0 @@
-@echo off
-
-:: Rename PATH -> Path because of swift issue https://github.com/compnerd/swift-build/issues/413
-set _p=%PATH%
-set PATH=
-set Path=%_p%
-set _p=
-
-swift.exe %*