diff options
author | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:34:14 +0000 |
---|---|---|
committer | Christopher Faylor <me+cygwin@cgf.cx> | 2000-02-28 06:34:14 +0000 |
commit | 7a37e4ac43ff6ce6e0b1853fe8fe209d678574eb (patch) | |
tree | a8878609e9f0b28adb295377120d8ab8d5e99c87 /gdb | |
parent | e6433c28247ba7a057b0462e0cf1d465232889d1 (diff) | |
download | gdb-7a37e4ac43ff6ce6e0b1853fe8fe209d678574eb.zip gdb-7a37e4ac43ff6ce6e0b1853fe8fe209d678574eb.tar.gz gdb-7a37e4ac43ff6ce6e0b1853fe8fe209d678574eb.tar.bz2 |
Eliminate debugging argument.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/wince-stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/wince-stub.c b/gdb/wince-stub.c index 09b8b8d..d20223c 100644 --- a/gdb/wince-stub.c +++ b/gdb/wince-stub.c @@ -484,7 +484,6 @@ WinMain (HINSTANCE hi, HINSTANCE hp, LPWSTR cmd, int show) char host[80]; whost = wcschr (cmd, L' '); /* Look for argument. */ - whost = cmd; /* If no host is specified, just use default */ if (whost) |