From b19aea374217c916f38498059390aaab69c6a5a5 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Mon, 13 Jul 2015 23:42:40 +0200 Subject: [PATCH] remove comment, it's not right --- ext/curl/interface.c | 3 --- 1 file changed, 3 deletions(-) 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; -- 2.40.0