summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-03-09 15:53:42 +0000
committerMarcus Boerger <helly@php.net>2004-03-09 15:53:42 +0000
commit494d8207fe1e85fcf6f33a833c3209df529468a6 (patch)
treea58dbd429621d9fa82dc48ebc3369baceb42def5
parentf30b51f5b945c8e4b1b4be0ee7384e9da828355f (diff)
downloadphp-git-494d8207fe1e85fcf6f33a833c3209df529468a6.tar.gz
No longer needed
-rw-r--r--Zend/zend.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Zend/zend.h b/Zend/zend.h
index bf883bcf4f..002c2beacc 100644
--- a/Zend/zend.h
+++ b/Zend/zend.h
@@ -294,8 +294,6 @@ struct _zval_struct {
/* A lot of stuff needs shifiting around in order to include zend_compile.h here */
union _zend_function;
-#define ZEND_CE_ABSTRACT ZEND_ACC_ABSTRACT /* same as ZEND_ACC_ABSTRACT */
-
#include "zend_iterators.h"
struct _zend_class_entry {