summaryrefslogtreecommitdiff
path: root/win32/rmall.bat
diff options
context:
space:
mode:
Diffstat (limited to 'win32/rmall.bat')
-rwxr-xr-xwin32/rmall.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/rmall.bat b/win32/rmall.bat
deleted file mode 100755
index f49a168930..0000000000
--- a/win32/rmall.bat
+++ /dev/null
@@ -1,6 +0,0 @@
-@echo off
-
-if "%1" == "" goto :end
-if exist "%1" rmdir /s /q "%1"
-
-:end