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

[misc] Remove unused variable defaults #4959

Merged
merged 1 commit into from Jan 21, 2019
Merged

Commits on Jan 21, 2019

  1. Remove unused variable defaults

    The default values of the initialized fields are overwritten in the following lines. This means that the code never relies on the variable defaults.
    Removing the unused defaults makes the code easier to read.
    Ronny Roeller committed Jan 21, 2019
    Copy the full SHA
    04d3072 View commit details
    Browse the repository at this point in the history