mempool: remove deprecated count functions
[dpdk.git] / lib / librte_mempool / rte_mempool.c
index 1c2aed8..40d3afd 100644 (file)
@@ -997,12 +997,6 @@ rte_mempool_in_use_count(const struct rte_mempool *mp)
        return mp->size - rte_mempool_avail_count(mp);
 }
 
-unsigned int
-rte_mempool_count(const struct rte_mempool *mp)
-{
-       return rte_mempool_avail_count(mp);
-}
-
 /* dump the cache status */
 static unsigned
 rte_mempool_dump_cache(FILE *f, const struct rte_mempool *mp)