]> sjero.net Git - wget/commitdiff
[svn] Removed unused macro ISODIGIT.
authorhniksic <devnull@localhost>
Wed, 17 Sep 2003 02:00:12 +0000 (19:00 -0700)
committerhniksic <devnull@localhost>
Wed, 17 Sep 2003 02:00:12 +0000 (19:00 -0700)
src/init.c

index e3040c687c965fdab42a78578032d6d4b6aafa7e..7d48072a63d885d33cb786fe46ead8cac7ac922a 100644 (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)
 {