http_accept(): arg is not unused any more, thanks Bill

This commit is contained in:
goldsimon 2009-07-28 18:08:42 +00:00
parent 4a5c399e7d
commit 726953e7f3

View File

@ -210,7 +210,6 @@ http_accept(void *arg, struct tcp_pcb *pcb, err_t err)
struct http_state *hs;
struct tcp_pcb_listen *lpcb = (struct tcp_pcb_listen*)arg;
LWIP_UNUSED_ARG(arg);
LWIP_UNUSED_ARG(err);
/* Decrease the listen backlog counter */