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 useless assignments/variables detected by clang/clang-tidy #2914

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

emanuele6
Copy link
Member

Remove unused nref accumulator in block_bind_library
detected as a warning compiling jq with clang.

Remove a bunch of unused variables, and useless assignments
Detected by clang-tidy.

@emanuele6 emanuele6 added the lint Code cleanup; style fixes; small refactors; dead code removal; etc. label Sep 28, 2023
@nicowilliams nicowilliams merged commit 623ace2 into jqlang:master Sep 28, 2023
28 checks passed
@nicowilliams
Copy link
Contributor

Thanks!

@emanuele6 emanuele6 deleted the unused branch September 28, 2023 02:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint Code cleanup; style fixes; small refactors; dead code removal; etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants