From 7fd3f513c7df198c45204eba0a3e9a3abe509593 Mon Sep 17 00:00:00 2001 From: Andrew Yourtchenko Date: Tue, 4 Apr 2017 20:38:33 +0000 Subject: acl-plugin: fix pretty-printing in "api trace custom-dump" (VPP-683) Change-Id: Id15b401223aabe7dacb7566c871ebefc17fbb1fc Signed-off-by: Andrew Yourtchenko --- src/plugins/acl/acl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/acl/acl.c') diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c index 9bec2d5ed3b..98c74b9b358 100644 --- a/src/plugins/acl/acl.c +++ b/src/plugins/acl/acl.c @@ -1767,8 +1767,6 @@ vl_api_macip_acl_interface_get_t_handler (vl_api_macip_acl_interface_get_t * vl_msg_api_send_shmem (q, (u8 *) & rmp); } - - /* Set up the API message handling tables */ static clib_error_t * acl_plugin_api_hookup (vlib_main_t * vm) -- cgit 1.2.3-korg