From: Anatol Belski Date: Mon, 13 Jul 2015 21:42:40 +0000 (+0200) Subject: remove comment, it's not right X-Git-Tag: php-7.1.1RC1~35^2~7^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b19aea374217c916f38498059390aaab69c6a5a5;p=php remove comment, it's not right --- diff --git a/ext/curl/interface.c b/ext/curl/interface.c index f45d9d1d64..66dbb4eb17 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -2905,9 +2905,6 @@ PHP_FUNCTION(curl_getinfo) if (ZEND_NUM_ARGS() < 2) { char *s_code; #ifdef PHP_WIN32 - /* libcurl currently relies on 32-bit long directly. - We should use zend_long here once libcurl has full - 64-bit support on Windows. */ long l_code; #else zend_long l_code;