eve: remove some dead code

pull/9789/head
Jason Ish 3 years ago committed by Victor Julien
parent 6249722589
commit f2b47bb0dc

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

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

Loading…
Cancel
Save