From 26f220a1a0b095336af61af6c5bfac5d4f038ddc Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 3 Sep 2022 12:02:58 +0100 Subject: [PATCH] Remove a completely unused global variable. --- windows/gss.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/windows/gss.c b/windows/gss.c index 8f467cf2..724eeec1 100644 --- a/windows/gss.c +++ b/windows/gss.c @@ -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;