Skip to content

Commit

Permalink
Remove unused macro for final classes
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Sep 5, 2024
1 parent 75dc5fb commit 7c3a06f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions php_phongo.h
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,6 @@ ZEND_TSRMLS_CACHE_EXTERN()

zend_object_handlers* phongo_get_std_object_handlers(void);

#define PHONGO_CE_FINAL(ce) \
do { \
ce->ce_flags |= ZEND_ACC_FINAL; \
} while (0)

#define PHONGO_GET_PROPERTY_HASH_INIT_PROPS(is_temp, intern, props, size) \
do { \
if (is_temp) { \
Expand Down

0 comments on commit 7c3a06f

Please sign in to comment.