mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
Remove an unused variable orphaned by r10092.
[originally from svn r10095] [r10092 == d1e4f9c8fb826bb1761ae6dbbdfb566ebbe3ab61]
This commit is contained in:
parent
9803b6acb0
commit
b7a703d38c
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user