C++ comments cleanup

This commit is contained in:
jani 2003-05-06 12:15:08 +00:00
parent 8bfe344923
commit 398bf575d9
2 changed files with 1 additions and 4 deletions

View File

@ -269,7 +269,7 @@ pbuf_alloc(pbuf_layer l, u16_t length, pbuf_flag flag)
pbuf_free(p);
return NULL;
}
//q->next = NULL;
/*q->next = NULL;*/
/* make previous pbuf point to this pbuf */
r->next = q;
/* set length of this pbuf */

View File

@ -57,9 +57,6 @@
#include "arch/perf.h"
#include "lwip/snmp.h"
//#undef DEBUGF
//#define DEBUGF(x,y) { page_printf("\f"); page_printf y; };
/* The list of UDP PCBs */
#if LWIP_UDP
/* was static, but we may want to access this from a socket layer */