]> granicus.if.org Git - php/commitdiff
take out emtpy struct
authorDaniel Beulshausen <dbeu@php.net>
Fri, 12 Jan 2001 10:26:29 +0000 (10:26 +0000)
committerDaniel Beulshausen <dbeu@php.net>
Fri, 12 Jan 2001 10:26:29 +0000 (10:26 +0000)
# vc chokes on them

ext/curl/php_curl.h

index 4d0219b434588cce62313f367c0ee70d327fe539..10e10c82e44a6c9a102b8976c80a5b01856900e0 100644 (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)