]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Remove unused definition of isdigit.
authorJim Meyering <jim@meyering.net>
Mon, 7 Dec 1992 05:26:54 +0000 (05:26 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 7 Dec 1992 05:26:54 +0000 (05:26 +0000)
src/date.c

index 8ca574e9122d781e9368115a0d910ae035ff6dfc..59d76c7da10680e46ac6264b821da3fc891eca33 100644 (file)
@@ -44,9 +44,6 @@
 #include <sys/types.h>
 #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 <sys/time.h>
 #else