Skip to content

Remove unnecessary const specifiers #1135

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
merged 1 commit into from
Jun 6, 2023
Merged

Remove unnecessary const specifiers #1135

merged 1 commit into from
Jun 6, 2023

Conversation

hollasch
Copy link
Collaborator

@hollasch hollasch commented Jun 4, 2023

Generally, remove function-level variable const declarations unless actually necessary.

Resolves #1131

Generally, remove function-level variable const declarations unless
actually necessary.

Resolves #1131
@hollasch hollasch added this to the v4.0.0 milestone Jun 4, 2023
@hollasch hollasch requested a review from trevordblack June 4, 2023 07:48
@hollasch hollasch marked this pull request as ready for review June 4, 2023 07:48
@hollasch hollasch self-assigned this Jun 6, 2023
@hollasch hollasch merged commit 37d6c72 into dev-major Jun 6, 2023
@hollasch hollasch deleted the const-clean branch June 6, 2023 19:03
@hollasch hollasch added the Review Post-merge PRs to be reviewed label Aug 14, 2023
@hollasch hollasch removed the Review Post-merge PRs to be reviewed label Jul 26, 2024
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.

1 participant