eve: remove some dead code

pull/9789/head
Jason Ish 1 year ago committed by Victor Julien
parent 6249722589
commit f2b47bb0dc

@ -61,7 +61,6 @@ typedef struct SCEveFileType_ {
TAILQ_ENTRY(SCEveFileType_) entries;
} SCEveFileType;
bool SCPluginRegisterEveFileType(SCEveFileType *);
bool SCRegisterEveFileType(SCEveFileType *);
typedef struct SCCapturePlugin_ {

@ -72,7 +72,6 @@ typedef struct LogFilePluginCtx_ {
typedef struct LogFileCtx_ {
union {
FILE *fp;
void *plugin_data;
#ifdef HAVE_LIBHIREDIS
void *redis;
#endif

Loading…
Cancel
Save