Skip to content

Commit ff49e17

Browse files
committed
Remove dead code
1 parent 94f49d4 commit ff49e17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stdlib/public/SDK/SceneKit/SceneKit.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
// MARK: Exposing SCNFloat
1616

1717
#if os(OSX)
18-
private extension CGFloat {
19-
init(_ x: CGFloat) { self = x }
20-
}
2118
public typealias SCNFloat = CGFloat
2219
#elseif os(iOS) || os(tvOS)
2320
public typealias SCNFloat = Float

0 commit comments

Comments
 (0)