take out emtpy struct

# vc chokes on them
This commit is contained in:
Daniel Beulshausen 2001-01-12 10:26:29 +00:00
parent 946fe57119
commit 490cca07de

View file

@ -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)