]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commitdiff
Remove an unused variable orphaned by r10092.
authorSimon Tatham <anakin@pobox.com>
Sat, 23 Nov 2013 16:54:51 +0000 (16:54 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 23 Nov 2013 16:54:51 +0000 (16:54 +0000)
git-svn-id: http://svn.tartarus.org/sgt/putty@10095 cda61777-01e9-0310-a592-d414129be87e

windows/winmisc.c

index 7823b43e4917745369485938fd404ee940dac305..3b57adf8f66ebbfc9c5fe5aa40153a5e3d75b689 100644 (file)
@@ -210,7 +210,6 @@ const char *win_strerror(int error)
     es = find234(errstrings, &error, errstring_find);
 
     if (!es) {
-        int bufsize;
         char msgtext[65536]; /* maximum size for FormatMessage is 64K */
 
         es = snew(struct errstring);