Skip to content

Commit a90deae

Browse files
committed
removing workaround for SR-9397.
1 parent 5b24764 commit a90deae

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

CommandLine/main.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
// 3. This notice may not be removed or altered from any source distribution.
3030
//
3131

32-
3332
import Darwin.POSIX
34-
import Foundation
3533
import SwiftDraw
36-
import CoreGraphics
3734

38-
// SR-9397: Failed to demangle witness for associated type (CF_ENUM)
39-
let _ = [CGLineCap.self, CGLineJoin.self, CGBlendMode.self] as [Any]
4035
exit(CommandLine.run().rawValue)

0 commit comments

Comments
 (0)