From: Sterling Hughes Date: Sat, 19 May 2001 17:45:36 +0000 (+0000) Subject: nuke last remnants of the old globals stuff X-Git-Tag: PRE_GRANULAR_GARBAGE_FIX~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d4567bb749cf380265410f7da909f27e9586be;p=php nuke last remnants of the old globals stuff # oops --- diff --git a/ext/gd/gd.c b/ext/gd/gd.c index df599adb6a..9dcafb1ff9 100644 --- a/ext/gd/gd.c +++ b/ext/gd/gd.c @@ -50,11 +50,6 @@ static int le_gd, le_gd_font; static int le_ps_font, le_ps_enc; #endif -#ifdef ZTS -int gd_globals_id; -#else -static php_gd_globals gd_globals; -#endif #include #include /* 1 Tiny font */