mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
Eliminate debugging argument.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user