mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-12-25 18:14:53 +00:00
reclaimed fields have been unused for a while.remove them.
This commit is contained in:
parent
131eed412a
commit
8f2284d5c7
@ -61,7 +61,6 @@ struct stats_mem {
|
||||
mem_size_t used;
|
||||
mem_size_t max;
|
||||
mem_size_t err;
|
||||
mem_size_t reclaimed;
|
||||
};
|
||||
|
||||
struct stats_pbuf {
|
||||
@ -69,7 +68,6 @@ struct stats_pbuf {
|
||||
u16_t used;
|
||||
u16_t max;
|
||||
u16_t err;
|
||||
u16_t reclaimed;
|
||||
|
||||
u16_t alloc_locked;
|
||||
u16_t refresh_locked;
|
||||
|
Loading…
Reference in New Issue
Block a user