From b20dd1ba714c0b6de78abfe05dbee5b076cdac72 Mon Sep 17 00:00:00 2001 From: AkshayaNadahalli Date: Fri, 10 Mar 2017 18:38:13 +0000 Subject: IOAM Coverity fix Coverity IDs - 163911, 163910, 163909, 163908, 163905, 163904, 163896, 161957, 161955 Change-Id: Ida822fa45c6936240f61282e2280541d7e6427b3 Signed-off-by: AkshayaNadahalli --- src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c') diff --git a/src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c b/src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c index 3df9871e5f6..a56dc040e82 100644 --- a/src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c +++ b/src/plugins/ioam/ip6/ioam_cache_tunnel_select_node.c @@ -67,8 +67,6 @@ format_cache_ts_trace (u8 * s, va_list * args) return s; } -vlib_node_registration_t ioam_cache_ts_node; - #define foreach_cache_ts_error \ _(RECORDED, "ip6 iOAM headers cached") -- cgit 1.2.3-korg