From 17776e098ee3287404964a3d9fe8359cc2d62e36 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 25 Aug 2020 10:10:03 -0600 Subject: [PATCH] rust-context: remove unused opaque type Store --- src/rust-context.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/rust-context.h b/src/rust-context.h index 86f73b5bb1..6a68b67354 100644 --- a/src/rust-context.h +++ b/src/rust-context.h @@ -54,9 +54,4 @@ typedef struct SuricataFileContext_ { } SuricataFileContext; -struct _Store; -typedef struct _Store Store; - -/** Opaque Rust types. */ - #endif /* !__RUST_CONTEXT_H__ */