1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Removed unused macro ISODIGIT.

This commit is contained in:
hniksic 2003-09-16 19:00:12 -07:00
parent 4dcee39c88
commit fdf7fd4d76

View File

@ -1092,8 +1092,6 @@ myatoi (const char *s)
return res;
}
#define ISODIGIT(x) ((x) >= '0' && (x) <= '7')
static int
check_user_specified_header (const char *s)
{