Skip to content

Commit 015ba24

Browse files
committed
workaround SIL verifier
1 parent a15d9a7 commit 015ba24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/System/FileControlRaw.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ extension FileDescriptor {
3030

3131
internal init(rawValue: CInt) { self.rawValue = rawValue }
3232

33-
@_alwaysEmitIntoClient
3433
private init(_ raw: CInt) { self.init(rawValue: raw) }
3534

3635
/// Get open file description record locking information.

0 commit comments

Comments
 (0)