From ae9dcb17993f87e38193145ee9df2e9e15e5acbb Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 8 Feb 2005 05:38:13 +0000 Subject: MFH eliminating a few more useless R* calls --- ext/hwapi/hwapi.cpp | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'ext/hwapi/hwapi.cpp') diff --git a/ext/hwapi/hwapi.cpp b/ext/hwapi/hwapi.cpp index 157195ae01..b2530d6cf7 100644 --- a/ext/hwapi/hwapi.cpp +++ b/ext/hwapi/hwapi.cpp @@ -202,8 +202,8 @@ zend_module_entry hwapi_module_entry = { "hwapi", hwapi_functions, PHP_MINIT(hwapi), - PHP_MSHUTDOWN(hwapi), - PHP_RINIT(hwapi), + NULL, + NULL, NULL, PHP_MINFO(hwapi), NO_VERSION_YET, @@ -2224,14 +2224,6 @@ PHP_MINIT_FUNCTION(hwapi) { return SUCCESS; } -PHP_MSHUTDOWN_FUNCTION(hwapi) { - return SUCCESS; -} - -PHP_RINIT_FUNCTION(hwapi) { - return SUCCESS; -} - PHP_MINFO_FUNCTION(hwapi) { php_info_print_table_start(); php_info_print_table_row(2, "Hyperwave API Support", "enabled"); -- cgit v1.2.1