Skip to content

Commit bc870ef

Browse files
committed
removed duplicated
1 parent aaf2832 commit bc870ef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stdlib/public/Platform/Platform.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ public var environ: UnsafeMutablePointer<UnsafeMutablePointer<CChar>?> {
386386
#endif // SWIFT_STDLIB_HAS_ENVIRON
387387

388388
#if os(FreeBSD)
389-
public let inet_pton = __inet_pton
390389
@inlinable public func inet_pton(_ af: CInt, _ src: UnsafePointer<CChar>!, _ dst: UnsafeMutableRawPointer!) -> CInt {
391390
__inet_pton(af, src, dst)
392391
}

0 commit comments

Comments
 (0)