From: Christopher Faylor Date: Mon, 28 Feb 2000 06:34:14 +0000 (+0000) Subject: Eliminate debugging argument. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7a37e4ac43ff6ce6e0b1853fe8fe209d678574eb;p=binutils-gdb.git Eliminate debugging argument. --- diff --git a/gdb/wince-stub.c b/gdb/wince-stub.c index 09b8b8d111b..d20223c1690 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)