Skip to content

Commit 69d2a6a

Browse files
authored
Merge pull request swiftlang#174 from dgrove-oss/remove-misplaced-internal-init
remove unused/incorrect internal init from DispatchIO
2 parents 6a6b794 + 2f4d414 commit 69d2a6a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/swift/Wrapper.swift

-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,6 @@ public class DispatchIO : DispatchObject {
105105
__wrapped = dispatch_io_create_with_io(__type, io.__wrapped, queue.__wrapped, handler)
106106
}
107107

108-
internal init(queue:dispatch_queue_t) {
109-
__wrapped = queue
110-
}
111-
112108
deinit {
113109
_swift_dispatch_release(wrapped())
114110
}

0 commit comments

Comments
 (0)