X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fethernet%2Fethernet_types_api.c;fp=src%2Fvnet%2Fethernet%2Fethernet_types_api.c;h=67e6231cfc82d29eb66745199d4814414a1defb1;hb=86327be9751ad54cb24d16c161cacb001dc20772;hp=9b2e99a6371e3c3d95b1dab12bc2b8114f78e298;hpb=871bca9aa7a850c66228ce7124d459a6e6f21e72;p=vpp.git diff --git a/src/vnet/ethernet/ethernet_types_api.c b/src/vnet/ethernet/ethernet_types_api.c index 9b2e99a6371..67e6231cfc8 100644 --- a/src/vnet/ethernet/ethernet_types_api.c +++ b/src/vnet/ethernet/ethernet_types_api.c @@ -41,14 +41,6 @@ mac_address_encode (const mac_address_t * in, vl_api_mac_address_t * out) clib_memcpy (out->bytes, in->bytes, 6); } -extern u8 * -format_vl_api_mac_address (u8 * s, va_list * args) -{ - vl_api_mac_address_t *mac = va_arg (*args, vl_api_mac_address_t *); - - return (format (s, "%U", format_mac_address, mac->bytes)); -} - /* * fd.io coding-style-patch-verification: ON *