Skip to content

Commit 3096c71

Browse files
committed
Fix build warning in release mode
This isn't warned on by default, and can break the build if werror is used.
1 parent e4a8d5b commit 3096c71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/soap/soap.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ static xmlNodePtr serialize_parameter(sdlParamPtr param,zval *param_val,int inde
6565
static xmlNodePtr serialize_zval(zval *val, sdlParamPtr param, char *paramName, int style, xmlNodePtr parent);
6666

6767
static void delete_service(void *service);
68-
static void delete_hashtable(void *hashtable);
6968
static void delete_argv(struct _soap_class *class);
7069

7170
static void soap_error_handler(int error_num, zend_string *error_filename, const uint32_t error_lineno, zend_string *message);

0 commit comments

Comments
 (0)