diff options
-rw-r--r-- | ext/curl/php_curl.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h index 03240e52d8..964ab2d922 100644 --- a/ext/curl/php_curl.h +++ b/ext/curl/php_curl.h @@ -124,9 +124,7 @@ struct _php_curl_send_headers { }; struct _php_curl_free { -#if LIBCURL_VERSION_NUM < 0x071100 zend_llist str; -#endif zend_llist post; zend_llist slist; }; |