Skip to content

Swift3: remove unused/incorrect internal init from DispatchIO #176

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dgrove-oss
Copy link
Contributor

DispatchIO should not have an internal init(dispatch_queue_t)
that stores a dispatch_queue_t into a field of type dispatch_io_t.
Bug is only in the wrapping (Linux) overlay; not in Dispatch.apinotes.

DispatchIO should not have an internal init(dispatch_queue_t)
that stores a dispatch_queue_t into a field of type dispatch_io_t.
Bug is only in the wrapping (Linux) overlay; not in Dispatch.apinotes.
@dgrove-oss
Copy link
Contributor Author

#174 for swift3 branch

@MadCoder MadCoder merged commit fe5ed32 into swiftlang:swift-3.0-branch Sep 23, 2016
@dgrove-oss dgrove-oss deleted the swift3-remove-misplaced-internal-init branch September 23, 2016 16:54
@das das changed the title remove unused/incorrect internal init from DispatchIO Swift3: remove unused/incorrect internal init from DispatchIO Oct 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants