Skip to content

Commit fe5ed32

Browse files
authored
Merge pull request #176 from dgrove-oss/swift3-remove-misplaced-internal-init
remove unused/incorrect internal init from DispatchIO
2 parents b8f1534 + b38b881 commit fe5ed32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/swift/Wrapper.swift

Lines changed: 0 additions & 4 deletions
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)