1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-25 01:02:24 +00:00

Fixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2:

plink.c:65: warning: `password' defined but not used
(introduced in 1.50 [r1525])

[originally from svn r2332]
[r1525 == 466b1c82d5]
This commit is contained in:
Jacob Nevins 2002-12-15 13:23:13 +00:00
parent e891f79c12
commit 6f5012dfa6

View File

@ -62,8 +62,6 @@ void cmdline_error(char *p, ...)
exit(1);
}
static char *password = NULL;
HANDLE inhandle, outhandle, errhandle;
DWORD orig_console_mode;