Eliminate debugging argument.
authorChristopher Faylor <me+cygwin@cgf.cx>
Mon, 28 Feb 2000 06:34:14 +0000 (06:34 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Mon, 28 Feb 2000 06:34:14 +0000 (06:34 +0000)
gdb/wince-stub.c

index 09b8b8d111b9625b4162005acc8573a09bc4c917..d20223c1690ae11577ba7b981b096d0325c05914 100644 (file)
@@ -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)