File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -186,9 +186,6 @@ extension Optional {
186
186
/// - Returns: The result of the given closure. If this instance is `nil`,
187
187
/// returns `nil`.
188
188
@_alwaysEmitIntoClient
189
- @_disfavoredOverload // FIXME: Workaround for source compat issue with
190
- // functions that used to shadow the original map
191
- // (rdar://125016028)
192
189
public func map< E: Error , U: ~ Copyable> (
193
190
_ transform: ( Wrapped ) throws ( E ) -> U
194
191
) throws ( E ) -> U ? {
@@ -267,9 +264,6 @@ extension Optional {
267
264
/// - Returns: The result of the given closure. If this instance is `nil`,
268
265
/// returns `nil`.
269
266
@_alwaysEmitIntoClient
270
- @_disfavoredOverload // FIXME: Workaround for source compat issue with
271
- // functions that used to shadow the original flatMap
272
- // (rdar://125016028)
273
267
public func flatMap< E: Error , U: ~ Copyable> (
274
268
_ transform: ( Wrapped ) throws ( E ) -> U ?
275
269
) throws ( E ) -> U ? {
You can’t perform that action at this time.
0 commit comments