From faca974f3285a9e8021e70536d208ea7afcb9cca Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 17 Sep 2022 06:43:05 +0200 Subject: [PATCH] ipfw: remove unused func prototype --- src/source-ipfw.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/source-ipfw.c b/src/source-ipfw.c index 366895da25..1fe8ce0055 100644 --- a/src/source-ipfw.c +++ b/src/source-ipfw.c @@ -129,7 +129,6 @@ static SCMutex ipfw_init_lock; /* IPFW Prototypes */ static void *IPFWGetQueue(int number); static TmEcode ReceiveIPFWThreadInit(ThreadVars *, const void *, void **); -static TmEcode ReceiveIPFW(ThreadVars *, Packet *, void *); static TmEcode ReceiveIPFWLoop(ThreadVars *tv, void *data, void *slot); static void ReceiveIPFWThreadExitStats(ThreadVars *, void *); static TmEcode ReceiveIPFWThreadDeinit(ThreadVars *, void *);