1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-15 20:02:10 +02:00

Remove unused definition of isdigit.

This commit is contained in:
Jim Meyering
1992-12-07 05:26:54 +00:00
parent 5b783b6972
commit 7c4931fcee

View 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