Actions
Optimization #7297
openRemove duplicate function declarations
Effort:
Difficulty:
Label:
Beginner, C, Good First Issue, Outreachy
Description
As in https://github.com/OISF/suricata/pull/11856
cat src/*.h | sort | uniq -c | awk '$1 == 2'
finds all duplicated lines
SCRunmodeGet
in suricata.h is another duplicate to remove
Actions