From 304fd1796fc9f6ccb38539e775254f4a2a31c25f Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Wed, 23 Nov 2022 11:55:42 +0100 Subject: [PATCH] rust/filecontainer: remove unused declaration (cherry picked from commit ad869e1c52c31899593dc14a7a3c8ceee7a61b98) --- rust/src/filecontainer.rs | 2 -- 1 file changed, 2 deletions(-) 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 { -- 2.47.2