diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-15 23:35:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-10-15 23:35:55 +0000 |
commit | 8b031eb4b738371ee017dd07426252443d1760db (patch) | |
tree | 0f1890625db718062f2b7674263c087eac5d9e3c /mandoc.c | |
parent | 361ff0b4e991ad1bda470683e5c0b8d678c45a6d (diff) | |
download | mandoc-8b031eb4b738371ee017dd07426252443d1760db.tar.gz |
Delete two preprocessor constants that are no longer used.
Patch from Michael Reed <m dot reed at mykolab dot com>.
Diffstat (limited to 'mandoc.c')
-rw-r--r-- | mandoc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |