Skip to content

Commit cd22463

Browse files
committed
remove unused struct sigactions
struct sigaction act, old_term, old_quit, old_int; all unused.
1 parent 53a8da2 commit cd22463

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@ int __riscosify_control = __RISCOSIFY_STRICT_UNIX_SPECS;
9393
#include "fpm_log.h"
9494
#include "zlog.h"
9595

96-
/* XXX this will need to change later when threaded fastcgi is implemented. shane */
97-
struct sigaction act, old_term, old_quit, old_int;
98-
9996
static void (*php_php_import_environment_variables)(zval *array_ptr);
10097

10198
/* these globals used for forking children on unix systems */

0 commit comments

Comments
 (0)