From: Ilia Alshanetsky Date: Fri, 20 Aug 2004 13:52:15 +0000 (+0000) Subject: Removed unneeded bits. X-Git-Tag: php-4.3.9RC2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53b3b33aae30c68709e102ac682a029518e47af2;p=php Removed unneeded bits. --- diff --git a/ext/curl/curl.c b/ext/curl/curl.c index c010af63a4..59104b25db 100644 --- a/ext/curl/curl.c +++ b/ext/curl/curl.c @@ -782,9 +782,6 @@ PHP_FUNCTION(curl_setopt) case CURLOPT_HTTPGET: case CURLOPT_HTTP_VERSION: case CURLOPT_CRLF: - case CURL_TIMECOND_IFMODSINCE: - case CURL_TIMECOND_IFUNMODSINCE: - case CURL_TIMECOND_LASTMOD: #if LIBCURL_VERSION_NUM > 0x070a05 /* CURLOPT_HTTPAUTH is available since curl 7.10.6 */ case CURLOPT_HTTPAUTH: #endif