mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Remove an unused variable orphaned by r10092.
[originally from svn r10095]
[r10092 == d1e4f9c8fb
]
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);
|
es = find234(errstrings, &error, errstring_find);
|
||||||
|
|
||||||
if (!es) {
|
if (!es) {
|
||||||
int bufsize;
|
|
||||||
char msgtext[65536]; /* maximum size for FormatMessage is 64K */
|
char msgtext[65536]; /* maximum size for FormatMessage is 64K */
|
||||||
|
|
||||||
es = snew(struct errstring);
|
es = snew(struct errstring);
|
||||||
|
Loading…
Reference in New Issue
Block a user