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:
parent
4dcee39c88
commit
fdf7fd4d76
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user