]> granicus.if.org Git - php/commitdiff
one tmbuf is enough
authorSascha Schumann <sas@php.net>
Sat, 27 Nov 1999 21:18:01 +0000 (21:18 +0000)
committerSascha Schumann <sas@php.net>
Sat, 27 Nov 1999 21:18:01 +0000 (21:18 +0000)
ext/standard/parsedate.y

index 17b21b3ecd2d180a4ea18bd802273072f8d49e68..e8dfa8c80bca5943b07d33cb9e659fa40f55e1bf 100644 (file)
@@ -539,7 +539,7 @@ int GetTimeInfo(TIMEINFO *Now)
     struct timeval     tv;
 #endif /* defined(HAVE_GETTIMEOFDAY) */
 #if    !defined(HAVE_TM_GMTOFF)
-    struct tm          local, tmbuf;
+    struct tm          local;
     struct tm          gmt;
 #endif /* !defined(HAVE_TM_GMTOFF) */