From: Gisle Aas Date: Thu, 24 Apr 2008 11:15:15 +0000 (+0000) Subject: Drop #ifdefs that became empty in change #32012. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=33bf2ce5571a2caa7ec190b68b06e5a97d2130b8;p=p5sagit%2Fp5-mst-13.2.git Drop #ifdefs that became empty in change #32012. p4raw-link: @32012 on //depot/perl: b6455c53c26be8a62e12a3f2a24a3a5086dd2c7b p4raw-id: //depot/perl@33739 --- diff --git a/mg.c b/mg.c index dfe1fb7..bb89a71 100644 --- a/mg.c +++ b/mg.c @@ -1370,8 +1370,6 @@ Perl_csighandler(int sig) #else dTHX; #endif -#if defined(HAS_SIGACTION) && defined(SA_SIGINFO) -#endif #ifdef FAKE_PERSISTENT_SIGNAL_HANDLERS (void) rsignal(sig, PL_csighandlerp); if (PL_sig_ignoring[sig]) return; @@ -1384,8 +1382,6 @@ Perl_csighandler(int sig) exit(1); #endif #endif -#if defined(HAS_SIGACTION) && defined(SA_SIGINFO) -#endif if ( #ifdef SIGILL sig == SIGILL ||