From 8b031eb4b738371ee017dd07426252443d1760db Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Thu, 15 Oct 2015 23:35:55 +0000 Subject: Delete two preprocessor constants that are no longer used. Patch from Michael Reed . --- mandoc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'mandoc.c') diff --git a/mandoc.c b/mandoc.c index 275575cb..c4b5f83b 100644 --- a/mandoc.c +++ b/mandoc.c @@ -32,8 +32,6 @@ #include "mandoc_aux.h" #include "libmandoc.h" -#define DATESIZE 32 - static int a2time(time_t *, const char *, const char *); static char *time2a(time_t); -- cgit