=================================================================== RCS file: /cvs/mandoc/mandoc.c,v retrieving revision 1.96 retrieving revision 1.97 diff -u -p -r1.96 -r1.97 --- mandoc/mandoc.c 2015/10/13 23:30:50 1.96 +++ mandoc/mandoc.c 2015/10/15 23:35:55 1.97 @@ -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 @@ -31,8 +31,6 @@ #include "mandoc.h" #include "mandoc_aux.h" #include "libmandoc.h" - -#define DATESIZE 32 static int a2time(time_t *, const char *, const char *); static char *time2a(time_t);