From b7a703d38c939202f59682dfa41ed24a16f80da5 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 23 Nov 2013 16:54:51 +0000 Subject: [PATCH] Remove an unused variable orphaned by r10092. [originally from svn r10095] [r10092 == d1e4f9c8fb826bb1761ae6dbbdfb566ebbe3ab61] --- windows/winmisc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/windows/winmisc.c b/windows/winmisc.c index 7823b43e..3b57adf8 100644 --- a/windows/winmisc.c +++ b/windows/winmisc.c @@ -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);