Chromium Code Reviews| Index: native_client_sdk/src/examples/httpd.cmd |
| diff --git a/native_client_sdk/src/examples/httpd.cmd b/native_client_sdk/src/examples/httpd.cmd |
| deleted file mode 100644 |
| index d7aec88e8e21102aa00eba605537b0d9cd537ae1..0000000000000000000000000000000000000000 |
| --- a/native_client_sdk/src/examples/httpd.cmd |
| +++ /dev/null |
| @@ -1,8 +0,0 @@ |
| -@echo off |
| -setlocal |
| - |
| -PATH=%CYGWIN%;%PATH% |
| -REM Use the path to this file (httpd.cmd) to get the |
| -REM path to httpd.py, so that we can run httpd.cmd from |
| -REM any directory. Pass up to 9 arguments to httpd.py. |
| -python %~dp0\..\tools\httpd.py %1 %2 %3 %4 %5 %6 %7 %8 %9 |