Fix a few stylistic warnings from Apple's C compilers.
[u/mdw/putty] / plink.c
diff --git a/plink.c b/plink.c
index 4db0de8..63d30c4 100644 (file)
--- 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;