summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp_utils.c')
-rw-r--r--src/sp_utils.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sp_utils.c b/src/sp_utils.c
index c4209de..de19321 100644
--- a/src/sp_utils.c
+++ b/src/sp_utils.c
@@ -415,9 +415,6 @@ bool /* success */ _hook_function(const char* original_name, HashTable* hook_tab
415 415
416bool hook_function(const char* original_name, HashTable* hook_table, 416bool hook_function(const char* original_name, HashTable* hook_table,
417 zif_handler new_function) { 417 zif_handler new_function) {
418 zend_function* func;
419
420
421 bool ret = _hook_function(original_name, hook_table, new_function); 418 bool ret = _hook_function(original_name, hook_table, new_function);
422 419
423#if PHP_VERSION_ID < 80000 420#if PHP_VERSION_ID < 80000