Skip to content

Commit 35cd537

Browse files
committed
Remove redundant forward declarations
1 parent 512bc24 commit 35cd537

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ext/opcache/zend_persist.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,6 @@ static void zend_hash_persist(HashTable *ht)
169169
}
170170
}
171171

172-
static void zend_persist_op_array(zval *zv);
173-
174172
static zend_ast *zend_persist_ast(zend_ast *ast)
175173
{
176174
uint32_t i;

ext/opcache/zend_persist_calc.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ static void zend_hash_persist_calc(HashTable *ht)
7171
}
7272
}
7373

74-
static void zend_persist_op_array_calc(zval *zv);
75-
7674
static void zend_persist_ast_calc(zend_ast *ast)
7775
{
7876
uint32_t i;

0 commit comments

Comments
 (0)