Project

General

Profile

Actions

Optimization #7297

open

Remove duplicate function declarations

Added by Philippe Antoine 21 days ago. Updated 5 days ago.

Status:
In Review
Priority:
Normal
Assignee:
Target version:
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 #1

Updated by Nancy Enos 20 days ago

Hey, please add me as developer so i can claim this issue..i have set up suricata

Actions #2

Updated by Victor Julien 20 days 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

Actions #3

Updated by Nancy Enos 5 days ago

  • Status changed from New to Assigned
  • Assignee changed from Community Ticket to Nancy Enos
Actions #4

Updated by Juliana Fajardini Reichow 5 days ago

  • Status changed from Assigned to In Review
Actions

Also available in: Atom PDF