summaryrefslogtreecommitdiff
path: root/ext/reflection/php_reflection.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/reflection/php_reflection.c')
-rw-r--r--ext/reflection/php_reflection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/reflection/php_reflection.c b/ext/reflection/php_reflection.c
index d98aa55b3a..c82e29702a 100644
--- a/ext/reflection/php_reflection.c
+++ b/ext/reflection/php_reflection.c
@@ -135,7 +135,6 @@ typedef enum {
/* Struct for reflection objects */
typedef struct {
- zval dummy; /* holder for the second property */
zval obj;
void *ptr;
zend_class_entry *ce;