Skip to content

Commit

Permalink
eve: remove some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Oct 30, 2023
1 parent a985143 commit 6bb0b34
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/suricata-plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ typedef struct SCEveFileType_ {
TAILQ_ENTRY(SCEveFileType_) entries;
} SCEveFileType;

bool SCPluginRegisterEveFileType(SCEveFileType *);
bool SCRegisterEveFileType(SCEveFileType *);

typedef struct SCCapturePlugin_ {
Expand Down
1 change: 0 additions & 1 deletion src/util-logopenfile.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ typedef struct LogFilePluginCtx_ {
typedef struct LogFileCtx_ {
union {
FILE *fp;
void *plugin_data;
#ifdef HAVE_LIBHIREDIS
void *redis;
#endif
Expand Down

0 comments on commit 6bb0b34

Please sign in to comment.