misc: remove vnet_all_api_h and vnet_msg_enum
[vpp.git] / src / vnet / ethernet / ethernet_types_api.c
index 145cf6c..6c1f2b5 100644 (file)
 #include <vlibapi/api_types.h>
 #include <vnet/ethernet/ethernet_types_api.h>
 
-#define vl_typedefs            /* define message structures */
-#include <vnet/vnet_all_api_h.h>
-#undef vl_typedefs
-
-#define vl_endianfun           /* define message structures */
-#include <vnet/vnet_all_api_h.h>
-#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 <vnet/vnet_all_api_h.h>
-#undef vl_printfun
-
 void
 mac_address_decode (const u8 * in, mac_address_t * out)
 {