]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve: remove some dead code
authorJason Ish <jason.ish@oisf.net>
Mon, 30 Oct 2023 23:05:50 +0000 (17:05 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 14 Nov 2023 18:28:10 +0000 (19:28 +0100)
src/suricata-plugin.h
src/util-logopenfile.h

index dec87bb64e9ebe503c8a938f506b15e249439f3f..3296b51397b81c705e83aaedc689ed2af14e88a9 100644 (file)
@@ -61,7 +61,6 @@ typedef struct SCEveFileType_ {
     TAILQ_ENTRY(SCEveFileType_) entries;
 } SCEveFileType;
 
-bool SCPluginRegisterEveFileType(SCEveFileType *);
 bool SCRegisterEveFileType(SCEveFileType *);
 
 typedef struct SCCapturePlugin_ {
index 9439c1036ea4fe52cb3f6e558354e3e671399e9c..bbb5211cda778a2d23c6a33b346cef566f22317e 100644 (file)
@@ -72,7 +72,6 @@ typedef struct LogFilePluginCtx_ {
 typedef struct LogFileCtx_ {
     union {
         FILE *fp;
-        void *plugin_data;
 #ifdef HAVE_LIBHIREDIS
         void *redis;
 #endif