X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/7c4e3b7ce851dea34492cff0d10b96a8a1b125a2..c80a3e8c496d2ed8c1d8c61569fa7c3c2367cd86:/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;