X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=util.c;h=52872a88563b83a2753db872132978ab8d131a4e;hb=33235a50d090f47e8c1345f546ef4a97abb985d9;hp=b3f1ea1eb7f1eab77de203ad77b46f87792bf4a9;hpb=218659229ea7e7f2d98c1a7697e6218c585dfb37;p=p5sagit%2Fp5-mst-13.2.git diff --git a/util.c b/util.c index b3f1ea1..52872a8 100644 --- a/util.c +++ b/util.c @@ -4126,16 +4126,6 @@ Perl_ebcdic_control(pTHX_ int ch) } #endif -#ifdef HAS_TZNAME -# if !defined(WIN32) && !defined(__CYGWIN__) -extern char *tzname[]; -# endif -#else -#if !defined(WIN32) || (defined(__MINGW32__) && !defined(tzname)) -char *tzname[] = { "" , "" }; -#endif -#endif - /* XXX struct tm on some systems (SunOS4/BSD) contains extra (non POSIX) * fields for which we don't have Configure support yet: * char *tm_zone; -- abbreviation of timezone name