summaryrefslogtreecommitdiff
path: root/ext/zip/zip.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/zip.c')
-rw-r--r--ext/zip/zip.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/zip.c b/ext/zip/zip.c
index c466d82d42..c35258e907 100644
--- a/ext/zip/zip.c
+++ b/ext/zip/zip.c
@@ -100,7 +100,6 @@ PHP_MINIT_FUNCTION(zip)
{
le_zip_dir = zend_register_list_destructors_ex(php_zip_free_dir, NULL, le_zip_dir_name, module_number);
le_zip_entry = zend_register_list_destructors_ex(php_zip_free_entry, NULL, le_zip_entry_name, module_number);
-
return(SUCCESS);
}
/* }}} */