Commit 3ffd471
committed
TSCBasic: remove
The `FileHandle` extension added an overloaded `close` that causes
ambiguity when using `close` on a `FileHandle`. This manifested as a
build failure with swiftlang/swift-package-manager#3888. Remove the
function as swift-driver, swift-package-manager, and sourcekit-lsp are
able to build without this function (relying on Foundation to provide
it).close overload in extension1 parent 4542c46 commit 3ffd471
1 file changed
+0
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
1020 | | - | |
1021 | | - | |
1022 | | - | |
1023 | 1019 | | |
1024 | 1020 | | |
0 commit comments