Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 60a4c17

Browse files
committed
More updates
1 parent 917aba1 commit 60a4c17

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/filesystem.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ bitflags::bitflags! {
3636
}
3737
}
3838

39-
impl FileSystemFlags {
40-
pub const fn const_empty() -> FileSystemFlags {
41-
FileSystemFlags { bits: 0 }
42-
}
43-
}
44-
4539
extern "C" fn fill_super_callback<T: FileSystem>(
4640
_sb: *mut bindings::super_block,
4741
_data: *mut c_types::c_void,

0 commit comments

Comments
 (0)