Commit ea469ad7 authored by Gerald Pfeifer's avatar Gerald Pfeifer Committed by Alexandre Julliard

Remove unused variables EXE, BAT, CMD, and COM.

parent 219b19f7
...@@ -41,12 +41,6 @@ ...@@ -41,12 +41,6 @@
WINE_DEFAULT_DEBUG_CHANNEL(msvcrt); WINE_DEFAULT_DEBUG_CHANNEL(msvcrt);
/* FIXME: Check file extensions for app to run */
static const unsigned int EXE = 'e' << 16 | 'x' << 8 | 'e';
static const unsigned int BAT = 'b' << 16 | 'a' << 8 | 't';
static const unsigned int CMD = 'c' << 16 | 'm' << 8 | 'd';
static const unsigned int COM = 'c' << 16 | 'o' << 8 | 'm';
/* INTERNAL: Spawn a child process */ /* INTERNAL: Spawn a child process */
static int msvcrt_spawn(int flags, const char* exe, char* cmdline, char* env) static int msvcrt_spawn(int flags, const char* exe, char* cmdline, char* env)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment