summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_sigsafe.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-05-14 16:47:22 +0300
committerDmitry Stogov <dmitry@zend.com>2015-05-14 16:47:22 +0300
commit0604df8a82084f2b7d4a46baf28edefa764c1dd2 (patch)
treee650cc24fad4a912bb805d6eab4667dc2f3e8397 /sapi/phpdbg/phpdbg_sigsafe.h
parent8e9b4b5aa7219b05c9659f3db3ae6d7014984bc8 (diff)
downloadphp-git-0604df8a82084f2b7d4a46baf28edefa764c1dd2.tar.gz
Fixed phpdbg build
Diffstat (limited to 'sapi/phpdbg/phpdbg_sigsafe.h')
-rw-r--r--sapi/phpdbg/phpdbg_sigsafe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_sigsafe.h b/sapi/phpdbg/phpdbg_sigsafe.h
index d8a195f266..e5d0f34b43 100644
--- a/sapi/phpdbg/phpdbg_sigsafe.h
+++ b/sapi/phpdbg/phpdbg_sigsafe.h
@@ -13,7 +13,6 @@ typedef struct {
zend_bool allocated;
zend_mm_heap *heap;
zend_mm_heap *old_heap;
- zend_mm_storage storage;
} phpdbg_signal_safe_mem;
#include "phpdbg.h"