From: Sebastian Bergmann Date: Sun, 12 May 2002 15:14:21 +0000 (+0000) Subject: Nuke unused local variables. X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90229ba84141e02b6f69f7332e0b49d6ab8e7d70;p=php Nuke unused local variables. --- diff --git a/ext/calendar/easter.c b/ext/calendar/easter.c index baf4919cc0..10d8ae401e 100644 --- a/ext/calendar/easter.c +++ b/ext/calendar/easter.c @@ -29,8 +29,7 @@ static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm) /* based on code by Simon Kershaw, */ - struct tm *ta, te; - time_t the_time; + struct tm te; long year, golden, solar, lunar, pfm, dom, tmp, easter; long method = CAL_EASTER_DEFAULT;