]> git.ipfire.org Git - thirdparty/suricata.git/commit
clean: remove unused struct definitions 11120/head
authorPhilippe Antoine <pantoine@oisf.net>
Wed, 22 May 2024 13:33:44 +0000 (15:33 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 22 May 2024 18:19:00 +0000 (20:19 +0200)
commitb3eb1c4f81294e9d2fe0dc841bf44e55968bc468
treed78a938236ee50ca1c680b6e740bd7b93cadd133
parentfc2e49f84adcd471ca70c8e6aa82e2cf9f7b17ad
clean: remove unused struct definitions

Found with
git grep "typedef struct" src/ | awk '{print $3}' | sort |
uniq | sed 's/_$//' | while read i; do
echo -n $i; git grep $i | wc -l; done | awk '$2 < 3'

Ticket: 4083
src/decode-ipv6.h
src/decode.h
src/flow-manager.c
src/util-logopenfile.h