From: Daniel Beulshausen Date: Fri, 12 Jan 2001 10:26:29 +0000 (+0000) Subject: take out emtpy struct X-Git-Tag: php-4.0.5RC1~617 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=490cca07debbd3e88744b5d464dcbffe41f68b49;p=php take out emtpy struct # vc chokes on them --- 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)