mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-07-01 03:22:48 -05:00
Remove cmdline_session_name.
This mutable global was never actually used at all, _even_ in history!
Commit 1a03fa929
introduced it, as part of the jump list support, but
even that commit never _read_ from the variable - it only assigned to
it. I have to guess that it was part of an earlier draft of the jump
lists patch and ended up orphaned in the final version.
This commit is contained in:
4
putty.h
4
putty.h
@ -590,10 +590,6 @@ GLOBAL int default_port;
|
||||
* This is set true by cmdline.c iff a session is loaded with "-load".
|
||||
*/
|
||||
GLOBAL bool loaded_session;
|
||||
/*
|
||||
* This is set to the name of the loaded session.
|
||||
*/
|
||||
GLOBAL char *cmdline_session_name;
|
||||
|
||||
/*
|
||||
* Mechanism for getting text strings such as usernames and passwords
|
||||
|
Reference in New Issue
Block a user