From 6649fa88c110de60cffd33ac66186b21e86ed066 Mon Sep 17 00:00:00 2001 From: Cal Turney Date: Mon, 15 Jan 2024 18:07:46 -0500 Subject: [PATCH] HTTP: removed unused function declaration --- epan/dissectors/packet-http.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/epan/dissectors/packet-http.c b/epan/dissectors/packet-http.c index 5af1ae9562..bd8718a906 100644 --- a/epan/dissectors/packet-http.c +++ b/epan/dissectors/packet-http.c @@ -371,8 +371,6 @@ typedef struct { nstime_t delta_time; } match_trans_t; -static request_trans_t foreach_hash_func (request_trans_t *key_value); - static gint parse_http_status_code(const guchar *line, const guchar *lineend); static int is_http_request_or_reply(packet_info *pinfo, const gchar *data, int linelen, media_container_type_t *type, ReqRespDissector