1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-03 20:42:48 -05:00

Remove 'GLOBAL int flags' completely!

It no longer has any flags in it at all, so its day is done.
This commit is contained in:
Simon Tatham
2020-01-30 06:40:21 +00:00
parent 33715c07e3
commit 4ea811a0bf
6 changed files with 0 additions and 19 deletions

View File

@ -2769,7 +2769,6 @@ int psftp_main(int argc, char *argv[])
bool sanitise_stderr = true;
char *batchfile = NULL;
flags = 0;
cmdline_tooltype = TOOLTYPE_FILETRANSFER;
sk_init();