]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect-fast-pattern: remove unused var alertcnt 8758/head
authorJason Ish <jason.ish@oisf.net>
Mon, 24 Apr 2023 20:49:18 +0000 (14:49 -0600)
committerJason Ish <jason.ish@oisf.net>
Mon, 24 Apr 2023 22:00:13 +0000 (16:00 -0600)
commit00a9edae3e035ff9d5ca1349be3b4e668cceaf44
treee39aa0194b9649ba68242eb6633193467074b3e0
parentd2084ead84f604df415f20649753475bb9f44284
detect-fast-pattern: remove unused var alertcnt

Set, but never read.

Caught by -Wunused-but-set-variable which is enabled in the newer
Fedora CI builders.
src/detect-fast-pattern.c