Skip to content
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

Remove unused 'serverHandler' parameter for generated server code #544

Merged
merged 1 commit into from
Aug 12, 2019

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Aug 12, 2019

Motivation:

The handleMethod of CallHandlerProvider took a serverHandler
parameter which was unused.

Modifications:

Remove the unused parameter from the protocol, codegen, and re-ran
codegen for Echo and interop tests.

Result:

Fewer unused parameters.

Motivation:

The `handleMethod` of `CallHandlerProvider` took a serverHandler
parameter which was unused.

Modifications:

Remove the unused parameter from the protocol, codegen, and re-ran
codegen for Echo and interop tests.

Result:

Fewer unused parameters.
@MrMage MrMage merged commit bee6366 into grpc:nio Aug 12, 2019
@glbrntt glbrntt deleted the remove-unused-param branch August 5, 2020 09:06
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