mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-22 12:39:55 +00:00
Removed unused pbuf stats items
This commit is contained in:
parent
0e881170c2
commit
b41520f9e2
@ -76,8 +76,6 @@ stats_display_pbuf(struct stats_pbuf *pbuf)
|
||||
LWIP_PLATFORM_DIAG(("used: %"STAT_COUNTER_F"\n\t", pbuf->used));
|
||||
LWIP_PLATFORM_DIAG(("max: %"STAT_COUNTER_F"\n\t", pbuf->max));
|
||||
LWIP_PLATFORM_DIAG(("err: %"STAT_COUNTER_F"\n\t", pbuf->err));
|
||||
LWIP_PLATFORM_DIAG(("alloc_locked: %"STAT_COUNTER_F"\n\t", pbuf->alloc_locked));
|
||||
LWIP_PLATFORM_DIAG(("refresh_locked: %"STAT_COUNTER_F"\n", pbuf->refresh_locked));
|
||||
}
|
||||
|
||||
void
|
||||
|
@ -80,9 +80,6 @@ struct stats_pbuf {
|
||||
STAT_COUNTER used;
|
||||
STAT_COUNTER max;
|
||||
STAT_COUNTER err;
|
||||
|
||||
STAT_COUNTER alloc_locked;
|
||||
STAT_COUNTER refresh_locked;
|
||||
};
|
||||
|
||||
struct stats_syselem {
|
||||
|
Loading…
x
Reference in New Issue
Block a user