Remove C++-style comments

This commit is contained in:
goldsimon
2009-12-31 16:49:36 +00:00
parent a566f9d8f2
commit c9e0652526
2 changed files with 1 additions and 2 deletions

View File

@@ -27,7 +27,6 @@ tcp_remove(struct tcp_pcb* pcb_list)
void
tcp_remove_all(void)
{
//tcp_remove(tcp_bound_pcbs);
tcp_remove(tcp_listen_pcbs.pcbs);
tcp_remove(tcp_active_pcbs);
tcp_remove(tcp_tw_pcbs);