Skip to content

Commit 7c3a06f

Browse files
committed
Remove unused macro for final classes
1 parent 75dc5fb commit 7c3a06f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

php_phongo.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ ZEND_TSRMLS_CACHE_EXTERN()
6060

6161
zend_object_handlers* phongo_get_std_object_handlers(void);
6262

63-
#define PHONGO_CE_FINAL(ce) \
64-
do { \
65-
ce->ce_flags |= ZEND_ACC_FINAL; \
66-
} while (0)
67-
6863
#define PHONGO_GET_PROPERTY_HASH_INIT_PROPS(is_temp, intern, props, size) \
6964
do { \
7065
if (is_temp) { \

0 commit comments

Comments
 (0)