Convert extract/store functions to ISO-C.
[deliverable/binutils-gdb.git] / 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)
This page took 0.030418 seconds and 4 git commands to generate.