1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Remove a completely unused global variable.

This commit is contained in:
Simon Tatham 2022-09-03 12:02:58 +01:00
parent 9a84a89c32
commit 26f220a1a0

View File

@ -91,8 +91,6 @@ typedef struct winSsh_gss_ctx {
const Ssh_gss_buf gss_mech_krb5={9,"\x2A\x86\x48\x86\xF7\x12\x01\x02\x02"};
const char *gsslogmsg = NULL;
static void ssh_sspi_bind_fns(struct ssh_gss_library *lib);
static tree234 *libraries_to_never_unload;