mirror of
https://github.com/mirror/wget.git
synced 2025-01-22 18:21:03 +08: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