From b7e4d4487c0fa02f3869d24799c6573452276396 Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Thu, 8 Jul 2021 18:44:19 +0000 Subject: misc: remove vnet_all_api_h and vnet_msg_enum These file are no longer needed Type: improvement Signed-off-by: Filip Tehlar Change-Id: I34f8e0b7e17d9e8c06dcd6c5ffe51aa273cdec07 --- src/vnet/mfib/mfib_api.c | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/vnet/mfib') diff --git a/src/vnet/mfib/mfib_api.c b/src/vnet/mfib/mfib_api.c index 4743d889aef..170796b83c7 100644 --- a/src/vnet/mfib/mfib_api.c +++ b/src/vnet/mfib/mfib_api.c @@ -20,22 +20,6 @@ #include #include -#include - -#define vl_typedefs /* define message structures */ -#include -#undef vl_typedefs - -#define vl_endianfun /* define message structures */ -#include -#undef vl_endianfun - -/* instantiate all the print functions we know about */ -#define vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) -#define vl_printfun -#include -#undef vl_printfun - static vl_api_mfib_itf_flags_t mfib_api_path_itf_flags_encode (mfib_itf_flags_t flags) { -- cgit 1.2.3-korg