Skip to content

Commit 2dd1cd3

Browse files
EvanlerWheelerjakepetroules
authored andcommitted
Remove an old ArgumentParser workaround
1 parent 33625b2 commit 2dd1cd3

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Sources/SWBUtil/PbxCp.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717

1818
import Foundation
1919

20-
#if canImport(ArgumentParserInternal)
21-
// remove once rdar://140831929 is resolved
22-
public import ArgumentParserInternal
23-
#else
24-
public import ArgumentParser
25-
#endif
20+
public import ArgumentParser
2621

2722
import SWBCSupport
2823
import SWBLibc

0 commit comments

Comments
 (0)