diff options
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/curl_private.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/curl/curl_private.h b/ext/curl/curl_private.h index 06125ce591..37d7f91e0c 100644 --- a/ext/curl/curl_private.h +++ b/ext/curl/curl_private.h @@ -116,7 +116,6 @@ typedef struct { } php_curlm_handlers; typedef struct { - int still_running; CURLM *multi; zend_llist easyh; php_curlm_handlers handlers; |