From cdde4c51e10533ad38cb79667d481d5bce079e1c Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Sat, 25 Jul 2015 01:35:29 +0200 Subject: Remove old unused header file --- sapi/phpdbg/phpdbg_sigsafe.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sapi/phpdbg/phpdbg_sigsafe.h') diff --git a/sapi/phpdbg/phpdbg_sigsafe.h b/sapi/phpdbg/phpdbg_sigsafe.h index e5d0f34b43..e27b12c76c 100644 --- a/sapi/phpdbg/phpdbg_sigsafe.h +++ b/sapi/phpdbg/phpdbg_sigsafe.h @@ -1,10 +1,7 @@ #ifndef PHPDBG_SIGSAFE_H #define PHPDBG_SIGSAFE_H -//#include "zend_mm_structs.h" - -#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE -//(1 << 20) +#define PHPDBG_SIGSAFE_MEM_SIZE ZEND_MM_CHUNK_SIZE // (1 << 20) #include "zend.h" -- cgit v1.2.1