From 69d82b44efc6b6e0be50f5d1ec0fca389645a29e Mon Sep 17 00:00:00 2001 From: John Thacker Date: Fri, 3 Mar 2023 17:29:01 -0500 Subject: [PATCH] Follow: Remove some unused code --- epan/follow.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/epan/follow.h b/epan/follow.h index e23e387412..c3b8f0e918 100644 --- a/epan/follow.h +++ b/epan/follow.h @@ -24,12 +24,6 @@ extern "C" { #endif /* __cplusplus */ -typedef enum { - TCP_STREAM = 0, - UDP_STREAM, - MAX_STREAM -} stream_type; - typedef enum { FRS_OK, FRS_OPEN_ERROR, @@ -77,7 +71,6 @@ typedef union _stream_addr { struct _follow_info; typedef gboolean (*follow_print_line_func)(char *, size_t, gboolean, void *); -typedef frs_return_t (*follow_read_stream_func)(struct _follow_info *follow_info, follow_print_line_func follow_print, void *arg); #define SUBSTREAM_UNUSED G_GUINT64_CONSTANT(0xFFFFFFFFFFFFFFFF)