From: Michael Wallner Date: Fri, 1 Aug 2014 07:11:40 +0000 (+0200) Subject: rm unused constant X-Git-Tag: RELEASE_2_1_0_RC1~4 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=4a0658681a1fdc589a2193394b2642c034ef1bef rm unused constant --- diff --git a/php_http_client_curl.c b/php_http_client_curl.c index 69ad8a1..1e6d667 100644 --- a/php_http_client_curl.c +++ b/php_http_client_curl.c @@ -799,7 +799,6 @@ static php_http_options_t php_http_curle_options; #define PHP_HTTP_CURLE_OPTION_CHECK_STRLEN 0x0001 #define PHP_HTTP_CURLE_OPTION_CHECK_BASEDIR 0x0002 #define PHP_HTTP_CURLE_OPTION_TRANSFORM_MS 0x0004 -#define PHP_HTTP_CURLE_OPTION_TRANSFORM_NULLS 0x0006 static STATUS php_http_curle_option_set_ssl_verifyhost(php_http_option_t *opt, zval *val, void *userdata) {