Skip to content

Commit 1c88abb

Browse files
committed
Remove forward declarations
1 parent d8ca9cc commit 1c88abb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/date/php_date.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,6 @@ static HashTable *date_object_get_debug_info_timezone(zval *object, int *is_temp
660660
zval *date_interval_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv);
661661
void date_interval_write_property(zval *object, zval *member, zval *value, void **cache_slot);
662662
static zval *date_interval_get_property_ptr_ptr(zval *object, zval *member, int type, void **cache_slot);
663-
static zval *date_period_read_property(zval *object, zval *member, int type, void **cache_slot, zval *rv);
664-
static void date_period_write_property(zval *object, zval *member, zval *value, void **cache_slot);
665663

666664
/* {{{ Module struct */
667665
zend_module_entry date_module_entry = {

0 commit comments

Comments
 (0)