From 38835fc941bf12f49824b7238cd2312b188777cf 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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mandoc.c') diff --git a/mandoc.c b/mandoc.c index ad370358..1179c09b 100644 --- a/mandoc.c +++ b/mandoc.c @@ -1,4 +1,4 @@ -/* $Id: mandoc.c,v 1.96 2015/10/13 23:30:50 schwarze Exp $ */ +/* $Id: mandoc.c,v 1.97 2015/10/15 23:35:55 schwarze Exp $ */ /* * Copyright (c) 2008-2011, 2014 Kristaps Dzonsons * Copyright (c) 2011-2015 Ingo Schwarze @@ -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 v1.2.3-56-ge451