summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-01-12 10:26:29 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-01-12 10:26:29 +0000
commit490cca07debbd3e88744b5d464dcbffe41f68b49 (patch)
tree3a7d9cfbad9200a270a9966ad3833d130f0379c4 /ext/curl/php_curl.h
parent946fe57119d781087af8d969c485c9ff7ee240dd (diff)
downloadphp-git-490cca07debbd3e88744b5d464dcbffe41f68b49.tar.gz
take out emtpy struct
# vc chokes on them
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)