aboutsummaryrefslogtreecommitdiff
path: root/networking
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-08-19 21:24:37 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-08-19 21:24:37 +0000
commit63db27f9f4c0ec8b9abe3c32c8d699be0781ffd6 (patch)
tree0fff34eed0b4ca4016a03bef239c83afa1cf7e4a /networking
parent3f1123103cff3d6a67f5faa2f4b25f3c1e92a501 (diff)
downloadbusybox-63db27f9f4c0ec8b9abe3c32c8d699be0781ffd6.tar.gz
removed stray debugging comments
Diffstat (limited to 'networking')
-rw-r--r--networking/httpd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/networking/httpd.c b/networking/httpd.c
index 0b4e305d9..070e2a915 100644
--- a/networking/httpd.c
+++ b/networking/httpd.c
@@ -289,10 +289,6 @@ static ALWAYS_INLINE void free_Htaccess_IP_list(Htaccess_IP **pptr)
free_llist((has_next_ptr**)pptr);
}
-//#undef isdigit
-//#define isdigit(a) ((unsigned)((a) - '0') <= 9)
-//#define notdigit(a) ((unsigned)((a) - '0') > 9)
-
/* Returns presumed mask width in bits or < 0 on error.
* Updates strp, stores IP at provided pointer */
static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc)