Skip to content

Commit adc2749

Browse files
authored
Remove a workaround (#112)
1 parent 0e853a9 commit adc2749

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

Sources/Subprocess/SubprocessFoundation/Output+Foundation.swift

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -63,17 +63,4 @@ extension Data {
6363
}
6464
}
6565

66-
// MARK: - Workarounds
67-
#if SubprocessSpan
68-
extension OutputProtocol {
69-
@_disfavoredOverload
70-
public func output(from data: some DataProtocol) throws -> OutputType {
71-
// FIXME: remove workaround for
72-
// rdar://143992296
73-
// https://github.com/swiftlang/swift-subprocess/issues/3
74-
return try self.output(from: data.bytes)
75-
}
76-
}
77-
#endif
78-
7966
#endif // SubprocessFoundation

0 commit comments

Comments
 (0)