]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_mempool/rte_mempool.c
mempool: remove deprecated count functions
[dpdk.git] / lib / librte_mempool / rte_mempool.c
index 1c2aed8c03f7e7bb8b651f67eb8f90b75a26587a..40d3afd662d9cad9271693700486f30bc7c088c3 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)