Skip to content

Commit 6b2abdd

Browse files
committed
Foundation: remove stale NYI
This removes the attribute on a function which is now implemented.
1 parent 3cd1f79 commit 6b2abdd

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)