diff --git a/src/date.c b/src/date.c index 8ca574e91..59d76c7da 100644 --- a/src/date.c +++ b/src/date.c @@ -44,9 +44,6 @@ #include #include "system.h" -/* This is portable and avoids bringing in all of the ctype stuff. */ -#define isdigit(c) ((c) >= '0' && (c) <= '9') - #ifdef TM_IN_SYS_TIME #include #else