From 964eff5276095843f40f5340221bc0c68d855fca Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 30 Nov 2010 16:11:27 +0000 Subject: [PATCH] Missing bits from last commit --- ext/curl/php_curl.h | 2 -- 1 file changed, 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; }; -- 2.40.0