This internal only method is no longer needed.

This commit is contained in:
Peter Atashian 2018-02-01 20:42:31 -05:00
parent dcf53c1590
commit 259b0329d4
No known key found for this signature in database
GPG key ID: DE04D9E27559BC8A

View file

@ -534,9 +534,6 @@ impl FileType {
self.reparse_tag == c::IO_REPARSE_TAG_SYMLINK ||
self.reparse_tag == c::IO_REPARSE_TAG_MOUNT_POINT)
}
pub fn is_symlink_dir(&self) -> bool {
self.is_symlink() && self.is_dir()
}
pub fn is_reparse_point(&self) -> bool {
self.attributes & c::FILE_ATTRIBUTE_REPARSE_POINT != 0
}