diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-04 16:04:21 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2021-01-04 16:24:19 +0100 |
commit | ee6cb72dee502d3dd13dd9e2108811e953f7bb60 (patch) | |
tree | e05855a9a3304e49ede8e11718b72e01d91956a5 /ext/curl | |
parent | e622e868c75c75d3377c243982bc93b295928d4b (diff) | |
download | php-git-ee6cb72dee502d3dd13dd9e2108811e953f7bb60.tar.gz |
Remove unused still_running member
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; |