From 4fde4ae0363de45d867eb3472e43b89ae34d3bd1 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 13 Apr 2020 16:48:04 +0000 Subject: session: remove ho with fifos support Type: refactor UDPC (removed) was the only consumer. Signed-off-by: Florin Coras Change-Id: I2812bf58d3c68fe021ec73acaa1bd00ef3172846 --- src/vnet/session/transport_types.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vnet/session/transport_types.h') diff --git a/src/vnet/session/transport_types.h b/src/vnet/session/transport_types.h index 2c4863a4812..28043b56fe6 100644 --- a/src/vnet/session/transport_types.h +++ b/src/vnet/session/transport_types.h @@ -227,7 +227,6 @@ transport_endpoint_fib_proto (transport_endpoint_t * tep) } u8 transport_protocol_is_cl (transport_proto_t tp); -u8 transport_half_open_has_fifos (transport_proto_t tp); transport_service_type_t transport_protocol_service_type (transport_proto_t); transport_tx_fn_type_t transport_protocol_tx_fn_type (transport_proto_t tp); -- cgit 1.2.3-korg