Skip to content

Commit

Permalink
Merge pull request #2522 from Hywan/fix-vfs-remove-vfs
Browse files Browse the repository at this point in the history
fix(vfs) Remove the commented `vfs` virtual FS
  • Loading branch information
syrusakbary committed Aug 16, 2021
2 parents 29af515 + ea26266 commit 9827358
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 184 deletions.
1 change: 0 additions & 1 deletion lib/vfs/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use tracing::debug;

#[cfg(feature = "host_fs")]
pub mod host_fs;
//pub mod vfs_fs;
#[cfg(feature = "mem_fs")]
pub mod mem_fs;

Expand Down
183 changes: 0 additions & 183 deletions lib/vfs/src/vfs_fs.rs

This file was deleted.

0 comments on commit 9827358

Please sign in to comment.