]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rust-context: remove unused opaque type Store
authorJason Ish <jason.ish@oisf.net>
Tue, 25 Aug 2020 16:10:03 +0000 (10:10 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 3 Sep 2020 11:02:18 +0000 (13:02 +0200)
src/rust-context.h

index 86f73b5bb13ebae82429ad43350ca1c3cc158fac..6a68b673541b012b189d052698adc3945ac0e57c 100644 (file)
@@ -54,9 +54,4 @@ typedef struct SuricataFileContext_ {
 
 } SuricataFileContext;
 
-struct _Store;
-typedef struct _Store Store;
-
-/** Opaque Rust types. */
-
 #endif /* !__RUST_CONTEXT_H__ */