Skip to content

Commit 3e3e8d9

Browse files
authored
Merge pull request #2191 from compnerd/silence-in-the-library
Foundation: remove stale NYI
2 parents ce11f4e + 6b2abdd commit 3e3e8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Foundation/FileManager+Win32.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ extension FileManager {
401401
}
402402
}
403403

404-
@available(Windows, deprecated, message: "Not Yet Implemented")
405404
internal func _removeItem(atPath path: String, isURL: Bool, alreadyConfirmed: Bool = false) throws {
406405
guard alreadyConfirmed || shouldRemoveItemAtPath(path, isURL: isURL) else {
407406
return

0 commit comments

Comments
 (0)