]> granicus.if.org Git - php/commitdiff
Nuke unused local variables.
authorSebastian Bergmann <sebastian@php.net>
Sun, 12 May 2002 15:14:21 +0000 (15:14 +0000)
committerSebastian Bergmann <sebastian@php.net>
Sun, 12 May 2002 15:14:21 +0000 (15:14 +0000)
ext/calendar/easter.c

index baf4919cc051b91b3203be392a1e57276b020de9..10d8ae401ea4b38849171eca09f49ace2b8bc059 100644 (file)
@@ -29,8 +29,7 @@ static void _cal_easter(INTERNAL_FUNCTION_PARAMETERS, int gm)
 
        /* based on code by Simon Kershaw, <webmaster@ely.anglican.org> */
 
-       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;