ethdev: remove deprecated port count function
[dpdk.git] / lib / librte_ethdev / rte_ethdev.c
index 4c6725f..85ab5f0 100644 (file)
@@ -772,12 +772,6 @@ rte_eth_dev_get_sec_ctx(uint16_t port_id)
        return rte_eth_devices[port_id].security_ctx;
 }
 
-uint16_t
-rte_eth_dev_count(void)
-{
-       return rte_eth_dev_count_avail();
-}
-
 uint16_t
 rte_eth_dev_count_avail(void)
 {