mirror of
https://github.com/mirror/wget.git
synced 2026-08-31 03:37:54 +08:00
[svn] Removed unused macro ISODIGIT.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user