Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/ntfs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/structured_values/mod.rs')
-rw-r--r--src/structured_values/mod.rs2
1 files changed, 0 insertions, 2 deletions
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::*;