aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qos_sched/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qos_sched/main.c')
-rw-r--r--examples/qos_sched/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/qos_sched/main.c b/examples/qos_sched/main.c
index e16b164d..e10cfd44 100644
--- a/examples/qos_sched/main.c
+++ b/examples/qos_sched/main.c
@@ -201,8 +201,6 @@ app_stat(void)
stats.oerrors - tx_stats[i].oerrors);
memcpy(&tx_stats[i], &stats, sizeof(stats));
- //printf("MP = %d\n", rte_mempool_count(conf->app_pktmbuf_pool));
-
#if APP_COLLECT_STAT
printf("-------+------------+------------+\n");
printf(" | received | dropped |\n");