Skip to content

Commit

Permalink
This internal only method is no longer needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
retep998 committed Feb 2, 2018
1 parent dcf53c1 commit 259b032
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libstd/sys/windows/fs.rs
Expand Up @@ -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
}
Expand Down

0 comments on commit 259b032

Please sign in to comment.