From: jacob Date: Sun, 15 Dec 2002 13:23:13 +0000 (+0000) Subject: Fixing trivial warnings spotted by Mingw-2.0.0/gcc-3.2: X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/29f80613f0572e7467a3e6fa4f5122dd93671f27 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]) git-svn-id: svn://svn.tartarus.org/sgt/putty@2332 cda61777-01e9-0310-a592-d414129be87e --- 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;