From: Jim Meyering Date: Mon, 7 Dec 1992 05:26:54 +0000 (+0000) Subject: Remove unused definition of isdigit. X-Git-Tag: ISDIGIT-bug-fix~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c4931fcee154bf117d4fe6cde9cb0f4468fcae4;p=thirdparty%2Fcoreutils.git Remove unused definition of isdigit. --- diff --git a/src/date.c b/src/date.c index 8ca574e912..59d76c7da1 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