From: Jason Ish Date: Mon, 30 Oct 2023 23:05:50 +0000 (-0600) Subject: eve: remove some dead code X-Git-Tag: suricata-7.0.3~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2b47bb0dc5e33b9ec0ed9e31e1f454c134c15e1;p=thirdparty%2Fsuricata.git eve: remove some dead code --- diff --git a/src/suricata-plugin.h b/src/suricata-plugin.h index dec87bb64e..3296b51397 100644 --- a/src/suricata-plugin.h +++ b/src/suricata-plugin.h @@ -61,7 +61,6 @@ typedef struct SCEveFileType_ { TAILQ_ENTRY(SCEveFileType_) entries; } SCEveFileType; -bool SCPluginRegisterEveFileType(SCEveFileType *); bool SCRegisterEveFileType(SCEveFileType *); typedef struct SCCapturePlugin_ { diff --git a/src/util-logopenfile.h b/src/util-logopenfile.h index 9439c1036e..bbb5211cda 100644 --- a/src/util-logopenfile.h +++ b/src/util-logopenfile.h @@ -72,7 +72,6 @@ typedef struct LogFilePluginCtx_ { typedef struct LogFileCtx_ { union { FILE *fp; - void *plugin_data; #ifdef HAVE_LIBHIREDIS void *redis; #endif