From 855815099a266d8fbd6798de247c97f78e8ea138 Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Sun, 6 Aug 2017 01:38:25 +0000 Subject: [PATCH] Remove unused const days, months --- timerfc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/timerfc.c b/timerfc.c index 1ac48ca..8963b5c 100644 --- a/timerfc.c +++ b/timerfc.c @@ -40,9 +40,6 @@ #include #include "timerfc.h" -static const char days[] = "SunMonTueWedThuFriSat"; -static const char months[] = "JanFebMarAprMayJunJulAugSepOctNovDec"; - time_t timerfc(const char *s) {