From 398bf575d9a52b05011b08897b91c0d84e76c36b Mon Sep 17 00:00:00 2001 From: jani Date: Tue, 6 May 2003 12:15:08 +0000 Subject: [PATCH] C++ comments cleanup --- src/core/pbuf.c | 2 +- src/core/udp.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/core/pbuf.c b/src/core/pbuf.c index 3e3810e4..c4932c26 100644 --- a/src/core/pbuf.c +++ b/src/core/pbuf.c @@ -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 */ diff --git a/src/core/udp.c b/src/core/udp.c index 38c8e9d5..2a668c66 100644 --- a/src/core/udp.c +++ b/src/core/udp.c @@ -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 */