From e1217db87d2ff37ab6a41048d16327212f670bb4 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 3 Nov 2023 17:56:32 +0000 Subject: delete unused `savsig` variable Follow-up to dd1d96f643b01a5edbe7e0db8399f3c88f5f0c8b Fixes #925 --- crypto/compat/ui_openssl_win.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'crypto') diff --git a/crypto/compat/ui_openssl_win.c b/crypto/compat/ui_openssl_win.c index b6a621f..a8c92f2 100644 --- a/crypto/compat/ui_openssl_win.c +++ b/crypto/compat/ui_openssl_win.c @@ -130,9 +130,6 @@ #define NX509_SIG 32 #endif -/* Define globals. They are protected by a lock */ -static void (*savsig[NX509_SIG])(int ); - DWORD console_mode; static FILE *tty_in, *tty_out; static int is_a_tty; -- cgit v1.2.3-55-g6feb