summaryrefslogtreecommitdiff
path: root/ext/opcache/zend_shared_alloc.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2013-03-27 22:16:18 +0400
committerDmitry Stogov <dmitry@zend.com>2013-03-27 22:16:18 +0400
commit91ab11ed078f0fde6d17f278f7f3705c9fb38805 (patch)
tree1af3159dd11a8a81980670090cba751db49bfe72 /ext/opcache/zend_shared_alloc.h
parentfc7efecda05b85634b87311400842678985c66aa (diff)
downloadphp-git-91ab11ed078f0fde6d17f278f7f3705c9fb38805.tar.gz
Fixed issue #76 (actually we don't need zend_shared_memory_block_header at all)
Diffstat (limited to 'ext/opcache/zend_shared_alloc.h')
-rw-r--r--ext/opcache/zend_shared_alloc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/opcache/zend_shared_alloc.h b/ext/opcache/zend_shared_alloc.h
index 23af630f80..b7f36299bf 100644
--- a/ext/opcache/zend_shared_alloc.h
+++ b/ext/opcache/zend_shared_alloc.h
@@ -89,10 +89,6 @@ typedef struct _handler_entry {
zend_shared_memory_handlers *handler;
} zend_shared_memory_handler_entry;
-typedef struct _zend_shared_memory_block_header {
- int size;
-} zend_shared_memory_block_header;
-
typedef struct _zend_shared_memory_state {
int *positions; /* current positions for each segment */
int shared_free; /* amount of free shared memory */