Remove some unused junk.

This commit is contained in:
Markus Armbruster 2004-03-01 13:48:45 +00:00
parent 5df329c766
commit 262e1bafba
7 changed files with 1 additions and 14 deletions

View file

@ -90,7 +90,6 @@ demand_update_time(time_t * now)
static void
regular_update_time(time_t * now, time_t * tim, time_t * delta)
{
s_char *p;
time_t tw;
int secs_per_update;
@ -105,7 +104,7 @@ static int
scheduled_update_time(time_t * now, int *which)
{
struct tm *tm;
s_char *p, *p1;
s_char *p;
int curtime;
int hour;