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

Conversation

ronnyroeller
Copy link
Contributor

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.

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.
@jsf-clabot
Copy link

jsf-clabot commented Jan 21, 2019

CLA assistant check
All committers have signed the CLA.

@ronnyroeller ronnyroeller changed the title Remove unused variable defaults [misc] Remove unused variable defaults Jan 21, 2019
@coveralls
Copy link

Coverage Status

Coverage remained the same at 88.404% when pulling 04d3072 on Collaborne:develop into 24e55df on moment:develop.

@marwahaha
Copy link
Member

Thanks!

@marwahaha marwahaha merged commit 01ae8ca into moment:develop Jan 21, 2019
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.

None yet

4 participants