Skip to content

Commit dafb0ef

Browse files
committed
Remove import of FoundationNetworking
This isn't actually needed for this example.
1 parent 7b70a98 commit dafb0ef

File tree

1 file changed

+0
-5
lines changed
  • swift/example_code/s3/binary-streaming/Sources

1 file changed

+0
-5
lines changed

swift/example_code/s3/binary-streaming/Sources/entry.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ import Smithy
1313
import SmithyHTTPAPI
1414
import SmithyStreams
1515

16-
// Include FoundationNetworking on non-Apple platforms.
17-
18-
#if canImport(FoundationNetworking)
19-
import FoundationNetworking
20-
#endif
2116
// snippet-end:[swift.s3.binary-streaming.imports]
2217

2318
// -MARK: - Async command line tool

0 commit comments

Comments
 (0)