From 75adf4bac64aa06dcea79154b257d5c3827fd721 Mon Sep 17 00:00:00 2001 From: fbernon Date: Fri, 8 Jun 2007 07:22:21 +0000 Subject: [PATCH] Fix typo and remove RAW_STATS (not used) --- src/core/raw.c | 2 +- src/include/lwip/opt.h | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/src/core/raw.c b/src/core/raw.c index adb83e8b..e754123b 100644 --- a/src/core/raw.c +++ b/src/core/raw.c @@ -60,7 +60,7 @@ static struct raw_pcb *raw_pcbs = NULL; /** - * Initialize this modul + * Initialize this module */ void raw_init(void) diff --git a/src/include/lwip/opt.h b/src/include/lwip/opt.h index f023e367..4b91c86c 100644 --- a/src/include/lwip/opt.h +++ b/src/include/lwip/opt.h @@ -557,10 +557,6 @@ a lot of data that needs to be copied, this should be set high. */ #define SYS_STATS 1 #endif -#ifndef RAW_STATS -#define RAW_STATS 0 -#endif - #else #define LINK_STATS 0 @@ -572,7 +568,6 @@ a lot of data that needs to be copied, this should be set high. */ #define MEM_STATS 0 #define MEMP_STATS 0 #define SYS_STATS 0 -#define RAW_STATS 0 #define LWIP_STATS_DISPLAY 0 #endif /* LWIP_STATS */