- fix compiler warnings (unused vars & missing includes)
[m6w6/ext-http] / http_functions.c
index 4b611e037d964ee7122aaa970de514073b5418c9..ba2bd56135717d73c50e2ad40693e5179f29e5cd 100644 (file)
@@ -980,8 +980,6 @@ PHP_FUNCTION(http_request_method_register)
 PHP_FUNCTION(http_request_method_unregister)
 {
        zval *method;
-       zend_bool numeric;
-       unsigned long existing;
 
        if (SUCCESS != zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "z/", &method)) {
                RETURN_FALSE;