telemetry: move some functions to metrics library
[dpdk.git] / lib / librte_metrics / rte_metrics.c
index df5e32c..9b38d77 100644 (file)
@@ -13,7 +13,6 @@
 #include <rte_memzone.h>
 #include <rte_spinlock.h>
 
-#define RTE_METRICS_MAX_METRICS 256
 #define RTE_METRICS_MEMZONE_NAME "RTE_METRICS"
 
 /**