From 68d48d94a84f6499a16cd362d0a225b1720baf67 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 3 Jun 2021 14:59:47 +0000 Subject: pg: Reduce the inclusion of pg.h Type: style reduce the number of files recompiled after changing pg.h from 1110 to 102. Signed-off-by: Neale Ranns Change-Id: I50611eba818eeb3a2dffd437a3c72c77766bed80 --- src/vnet/ppp/ppp.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/vnet/ppp/ppp.h') diff --git a/src/vnet/ppp/ppp.h b/src/vnet/ppp/ppp.h index 726eca66835..77da8c19bba 100644 --- a/src/vnet/ppp/ppp.h +++ b/src/vnet/ppp/ppp.h @@ -42,7 +42,6 @@ #include #include -#include extern vnet_hw_interface_class_t ppp_hw_interface_class; @@ -106,17 +105,6 @@ unformat_function_t unformat_ppp_protocol_net_byte_order; unformat_function_t unformat_ppp_header; unformat_function_t unformat_pg_ppp_header; -always_inline void -ppp_setup_node (vlib_main_t * vm, u32 node_index) -{ - vlib_node_t *n = vlib_get_node (vm, node_index); - pg_node_t *pn = pg_get_node (node_index); - - n->format_buffer = format_ppp_header_with_length; - n->unformat_buffer = unformat_ppp_header; - pn->unformat_edit = unformat_pg_ppp_header; -} - void ppp_register_input_protocol (vlib_main_t * vm, ppp_protocol_t protocol, u32 node_index); -- cgit 1.2.3-korg