memp.c: No need to init variables located in BSS section

This commit is contained in:
Dirk Ziegelmeier 2016-07-08 11:44:28 +02:00
parent 18c332ae51
commit 01e5d6d819

View File

@ -224,10 +224,6 @@ memp_init_pool(const struct memp_desc *desc)
#endif /* MEMP_OVERFLOW_CHECK */
#if MEMP_STATS
desc->stats->used = 0;
desc->stats->max = 0;
desc->stats->err = 0;
desc->stats->illegal = 0;
desc->stats->avail = desc->num;
#if defined(LWIP_DEBUG) || LWIP_STATS_DISPLAY