summaryrefslogtreecommitdiff
path: root/src/libstddjb/leapsecs_here.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstddjb/leapsecs_here.c')
-rw-r--r--src/libstddjb/leapsecs_here.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/libstddjb/leapsecs_here.c b/src/libstddjb/leapsecs_here.c
deleted file mode 100644
index 3ecdfd1..0000000
--- a/src/libstddjb/leapsecs_here.c
+++ /dev/null
@@ -1,9 +0,0 @@
-/* ISC license. */
-
-/* MT-unsafe */
-
-#include <skalibs/uint64.h>
-#include "djbtime-internal.h"
-
-static uint64 leapsecs_here_tab[LEAPSECS_MAX+1] ;
-uint64 *leapsecs_here = leapsecs_here_tab ;