From 7b6dce6a622d0e3c5b7ac0d6e963509d10da2041 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Tue, 27 Oct 2009 16:21:03 +0000 Subject: [PATCH] - Fix build --- ext/date/php_date.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/date/php_date.c b/ext/date/php_date.c index d76929f5a1..60f8f05ac8 100644 --- a/ext/date/php_date.c +++ b/ext/date/php_date.c @@ -371,7 +371,6 @@ PHP_RINIT_FUNCTION(date) } DATEG(timezone) = NULL; DATEG(tzcache) = NULL; - DATEG(last_errors) = NULL; return SUCCESS; } @@ -389,10 +388,6 @@ PHP_RSHUTDOWN_FUNCTION(date) FREE_HASHTABLE(DATEG(tzcache)); DATEG(tzcache) = NULL; } - if (DATEG(last_errors)) { - timelib_error_container_dtor(DATEG(last_errors)); - DATEG(last_errors) = NULL; - } return SUCCESS; } -- 2.40.0