remove wrong comment

This commit is contained in:
Stefan Lankes 2011-09-06 08:09:33 -07:00
parent bbf4706c50
commit a79f47d365

View file

@ -254,8 +254,6 @@ netio_sent(void *arg, struct tcp_pcb *pcb, u16_t len)
/* done with this round of sending */
ns->buf_pos = 0;
ns->cntr = 0;
/* check if timer expired */
ns->buf_ptr[0] = 1;
ns->state = NETIO_STATE_SEND_DATA_LAST;
}