summaryrefslogtreecommitdiff
path: root/src/sp_utils.c
diff options
context:
space:
mode:
authorBen Fuhrmannek2021-08-17 13:47:14 +0200
committerBen Fuhrmannek2021-08-17 13:47:14 +0200
commita67fd0af43e0cc786069bba4539e28eccdcb12b0 (patch)
tree98ad007e4250a69d78b516c80933c15cbcdcda74 /src/sp_utils.c
parent71b0b92a6b9ac2834237c29a949ac1c7a7714395 (diff)
removed unused variables
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