From f5f7cf8153d885f33ba33a0ebf60811a8038cf92 Mon Sep 17 00:00:00 2001 From: Petar Kapris Date: Mon, 28 Dec 2020 23:38:39 +0100 Subject: [PATCH] Remove unused ctime declaration --- timeoutd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/timeoutd.c b/timeoutd.c index cacb21a..5f94509 100644 --- a/timeoutd.c +++ b/timeoutd.c @@ -82,7 +82,6 @@ char *daynames[] = { "SU", "MO", "TU", "WE", "TH", "FR", "SA", "WK", "AL", NULL char daynums[] = { 1, 2, 4, 8, 16, 32, 64, 62, 127, 0 }; struct utmp *utmpp; /* pointer to utmp file entry */ -char *ctime(); /* returns pointer to time string */ struct utmp *getutent(); /* returns next utmp file entry */ void shut_down(); void read_config();