summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/curl/php_curl.h')
-rw-r--r--ext/curl/php_curl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/curl/php_curl.h b/ext/curl/php_curl.h
index 4d0219b434..10e10c82e4 100644
--- a/ext/curl/php_curl.h
+++ b/ext/curl/php_curl.h
@@ -59,9 +59,7 @@ typedef struct {
zend_llist to_free;
} php_curl;
-typedef struct {
-} php_curl_globals;
#ifdef ZTS
#define CURLG(v) (curl_globals->v)