X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7c4e3b7ce851dea34492cff0d10b96a8a1b125a2..5dc6132d3a8e6e4048698bf1914b486f9cf41e2c:/plink.c diff --git a/plink.c b/plink.c index 4db0de82..63d30c42 100644 --- a/plink.c +++ b/plink.c @@ -62,8 +62,6 @@ void cmdline_error(char *p, ...) exit(1); } -static char *password = NULL; - HANDLE inhandle, outhandle, errhandle; DWORD orig_console_mode;