Skip to content

Commit 259b032

Browse files
committed
This internal only method is no longer needed.
1 parent dcf53c1 commit 259b032

File tree

1 file changed

+0
-3
lines changed
  • src/libstd/sys/windows

1 file changed

+0
-3
lines changed

src/libstd/sys/windows/fs.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -534,9 +534,6 @@ impl FileType {
534534
self.reparse_tag == c::IO_REPARSE_TAG_SYMLINK ||
535535
self.reparse_tag == c::IO_REPARSE_TAG_MOUNT_POINT)
536536
}
537-
pub fn is_symlink_dir(&self) -> bool {
538-
self.is_symlink() && self.is_dir()
539-
}
540537
pub fn is_reparse_point(&self) -> bool {
541538
self.attributes & c::FILE_ATTRIBUTE_REPARSE_POINT != 0
542539
}

0 commit comments

Comments
 (0)