Skip to content

Commit

Permalink
ContainerRegistry: Remove backported async URLSession functions on Li…
Browse files Browse the repository at this point in the history
…nux (#12)

### Motivation

As of Swift 6.0, Foundation includes these async URLSession functions on Linux so backports are no longer necessary.

### Modifications

Remove the extension which backported async `upload()` and `data()` to `URLSession` on Linux.
 
### Result

No functional change.

### Test Plan

Unit and integration tests continue to pass.
  • Loading branch information
euanh authored Oct 3, 2024
1 parent 31d31af commit dd38050
Showing 1 changed file with 0 additions and 75 deletions.
75 changes: 0 additions & 75 deletions Sources/ContainerRegistry/URLSession+Linux.swift

This file was deleted.

0 comments on commit dd38050

Please sign in to comment.