Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
remove outdated Windows mount_at implementation
  • Loading branch information
KevinGage authored and valpackett committed Jul 25, 2022
1 parent 5f864b7 commit ec9a946
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/platform/windows/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -274,10 +274,6 @@ impl Platform for PlatformImpl {
disk::drives()
}

fn mount_at<P: AsRef<path::Path>>(&self, _path: P) -> io::Result<Filesystem> {
Err(io::Error::new(io::ErrorKind::Other, "Not supported"))
}

fn block_device_statistics(&self) -> io::Result<BTreeMap<String, BlockDeviceStats>> {
Err(io::Error::new(io::ErrorKind::Other, "Not supported"))
}
Expand Down

0 comments on commit ec9a946

Please sign in to comment.