Skip to content

remove unused/incorrect internal init from DispatchIO #174

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

Merged

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.
@MadCoder MadCoder merged commit 69d2a6a into swiftlang:master Sep 22, 2016
@MadCoder
Copy link
Contributor

we need a PR for swift-3 too

@dgrove-oss dgrove-oss deleted the remove-misplaced-internal-init branch September 23, 2016 13:32
das pushed a commit that referenced this pull request Feb 21, 2017
remove unused/incorrect internal init from DispatchIO

Signed-off-by: Daniel A. Steffen <dsteffen@apple.com>
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.

3 participants