aboutsummaryrefslogtreecommitdiffstats
path: root/lib/librte_table/rte_table_acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/librte_table/rte_table_acl.c')
-rw-r--r--lib/librte_table/rte_table_acl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/librte_table/rte_table_acl.c b/lib/librte_table/rte_table_acl.c
index c1eb8488..8f1f8ceb 100644
--- a/lib/librte_table/rte_table_acl.c
+++ b/lib/librte_table/rte_table_acl.c
@@ -236,8 +236,6 @@ rte_table_acl_build(struct rte_table_acl *acl, struct rte_acl_ctx **acl_ctx)
return -1;
}
- rte_acl_dump(ctx);
-
*acl_ctx = ctx;
return 0;
}