diff options
-rw-r--r-- | networking/httpd.c | 4 |
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) | |||
289 | free_llist((has_next_ptr**)pptr); | 289 | free_llist((has_next_ptr**)pptr); |
290 | } | 290 | } |
291 | 291 | ||
292 | //#undef isdigit | ||
293 | //#define isdigit(a) ((unsigned)((a) - '0') <= 9) | ||
294 | //#define notdigit(a) ((unsigned)((a) - '0') > 9) | ||
295 | |||
296 | /* Returns presumed mask width in bits or < 0 on error. | 292 | /* Returns presumed mask width in bits or < 0 on error. |
297 | * Updates strp, stores IP at provided pointer */ | 293 | * Updates strp, stores IP at provided pointer */ |
298 | static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc) | 294 | static int scan_ip(const char **strp, unsigned *ipp, unsigned char endc) |