From 82575bfb985525fb4ac1e3f70346a9faa4c6daf5 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 13 Jun 2002 12:04:22 +0000 Subject: [PATCH] Fixed last fix. --- agent/gpg-agent.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 07f9dcd46..7742e1b85 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -118,9 +118,7 @@ static ARGPARSE_OPTS opts[] = { }; -#ifndef USE_GNU_PTH static volatile int caught_fatal_sig = 0; -#endif /*!USE_GNU_PTH*/ /* flag to indicate that a shutdown was requested */ static int shutdown_pending; @@ -221,7 +219,6 @@ cleanup (void) } -#ifndef USE_GNU_PTH static RETSIGTYPE cleanup_sh (int sig) { @@ -243,7 +240,6 @@ cleanup_sh (int sig) #endif raise( sig ); } -#endif /*!USE_GNU_PTH*/ int main (int argc, char **argv )