Skip to content

Commit 27d7281

Browse files
authored
Remove a remaining stray reference to PACKAGE_DESCRIPTION_4. Since the condition was #if !PACKAGE_DESCRIPTION_4, there is actually no semantic difference. (#3549)
1 parent 6bbc28e commit 27d7281

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Sources/PackageDescription/Target.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,6 @@ public final class Target {
775775
)
776776
}
777777

778-
#if !PACKAGE_DESCRIPTION_4
779778
/// Creates a system library target.
780779
///
781780
/// Use system library targets to adapt a library installed on the system to work with Swift packages.
@@ -915,7 +914,6 @@ public final class Target {
915914
type: .plugin,
916915
pluginCapability: capability)
917916
}
918-
#endif
919917
}
920918

921919
extension Target: Encodable {

0 commit comments

Comments
 (0)