From 3235d18acd772e4fb639dca2d76edc39c47a983c Mon Sep 17 00:00:00 2001 From: Colin Finck Date: Wed, 15 Dec 2021 20:37:51 +0100 Subject: Remove empty `security_descriptor.rs` --- src/structured_values/mod.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/structured_values/mod.rs') diff --git a/src/structured_values/mod.rs b/src/structured_values/mod.rs index 8f2d7ea..082808a 100644 --- a/src/structured_values/mod.rs +++ b/src/structured_values/mod.rs @@ -8,7 +8,6 @@ mod file_name; mod index_allocation; mod index_root; mod object_id; -mod security_descriptor; mod standard_information; mod volume_information; mod volume_name; @@ -18,7 +17,6 @@ pub use file_name::*; pub use index_allocation::*; pub use index_root::*; pub use object_id::*; -pub use security_descriptor::*; pub use standard_information::*; pub use volume_information::*; pub use volume_name::*; -- cgit v1.2.3