X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/86256dc6603a868a4aca9ea47a9d23de5c25e893..b7a189f38294c745ae4ea6efb55891c8196e275b:/plink.c?ds=sidebyside diff --git a/plink.c b/plink.c index b4f8e848..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; @@ -169,7 +167,6 @@ void try_output(int is_stderr) int from_backend(void *frontend_handle, int is_stderr, char *data, int len) { - HANDLE h = (is_stderr ? errhandle : outhandle); int osize, esize; assert(len > 0);