Skip to content

Commit 4e73292

Browse files
committed
remove import of Foundation.ProcessInfo
1 parent 38ab48a commit 4e73292

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

Examples/APIGateway/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import PackageDescription
44

55
// needed for CI to test the local version of the library
6-
import class Foundation.ProcessInfo
76
import struct Foundation.URL
87

98
#if os(macOS)

Examples/HelloWorld/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import PackageDescription
44

55
// needed for CI to test the local version of the library
6-
import class Foundation.ProcessInfo
76
import struct Foundation.URL
87

98
#if os(macOS)

Examples/S3_AWSSDK/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import PackageDescription
44

55
// needed for CI to test the local version of the library
6-
import class Foundation.ProcessInfo
76
import struct Foundation.URL
87

98
#if os(macOS)

Examples/S3_Soto/Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import PackageDescription
44

55
// needed for CI to test the local version of the library
6-
import class Foundation.ProcessInfo
76
import struct Foundation.URL
87

98
#if os(macOS)

0 commit comments

Comments
 (0)