Skip to content

Commit 6c8bcd6

Browse files
authored
Merge pull request #265 from compnerd/closed
TSCBasic: remove `close` overload in extension
2 parents 4542c46 + 3ffd471 commit 6c8bcd6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Sources/TSCBasic/Process.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1016,9 +1016,5 @@ extension FileHandle: WritableByteStream {
10161016
public func flush() {
10171017
synchronizeFile()
10181018
}
1019-
1020-
public func close() throws {
1021-
closeFile()
1022-
}
10231019
}
10241020
#endif

0 commit comments

Comments
 (0)