]> asedeno.scripts.mit.edu Git - PuTTY.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)
[originally from svn r10095]
[r10092 == d1e4f9c8fb826bb1761ae6dbbdfb566ebbe3ab61]

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);