mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
take out emtpy struct
# vc chokes on them
This commit is contained in:
parent
946fe57119
commit
490cca07de
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue