From: Victor Julien Date: Wed, 23 Nov 2022 10:55:42 +0000 (+0100) Subject: rust/filecontainer: remove unused declaration X-Git-Tag: suricata-6.0.9~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=304fd1796fc9f6ccb38539e775254f4a2a31c25f;p=thirdparty%2Fsuricata.git rust/filecontainer: remove unused declaration (cherry picked from commit ad869e1c52c31899593dc14a7a3c8ceee7a61b98) --- diff --git a/rust/src/filecontainer.rs b/rust/src/filecontainer.rs index 401d215cde..046dc7d050 100644 --- a/rust/src/filecontainer.rs +++ b/rust/src/filecontainer.rs @@ -26,8 +26,6 @@ extern { } pub const FILE_USE_DETECT: u16 = BIT_U16!(13); - -pub struct File; #[repr(C)] #[derive(Debug)] pub struct FileContainer {