Optimization #7297
closedRemove duplicate function declarations
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
Updated by Nancy Enos about 2 months ago
Hey, please add me as developer so i can claim this issue..i have set up suricata
Updated by Victor Julien about 2 months ago
Nancy Enos wrote in #note-1:
Hey, please add me as developer so i can claim this issue..i have set up suricata
Done
Updated by Nancy Enos about 1 month ago
- Status changed from New to Assigned
- Assignee changed from Community Ticket to Nancy Enos
Updated by Juliana Fajardini Reichow about 1 month ago
- Status changed from Assigned to In Review
PR for review: https://github.com/OISF/suricata/pull/11988
Updated by Nancy Enos 26 days ago
merged pr: https://github.com/OISF/suricata/pull/12030
Updated by Philippe Antoine 25 days ago
- Status changed from Closed to In Progress
Cool, but it looks like there are still some remaining :
AppLayerDecoderEventsFreeEvents
PrefilterGenericMpmFrameRegister
What do you think about these ?
Updated by Nancy Enos 24 days ago
hey i have checked them out and created a pull request https://github.com/OISF/suricata/pull/12044
Updated by Juliana Fajardini Reichow 24 days ago
- Target version changed from TBD to 8.0.0-beta1
Updated by Juliana Fajardini Reichow 15 days ago
- Status changed from In Progress to Closed
Follow up work merged with PR: https://github.com/OISF/suricata/pull/12088