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

fix: $request_ref->{count} not used #6914

Merged
merged 1 commit into from
Jun 20, 2022
Merged

fix: $request_ref->{count} not used #6914

merged 1 commit into from
Jun 20, 2022

Conversation

dipietroR
Copy link
Contributor

$request_ref->{count} shows up 4 times in the code. Though it never appears to be used as three of the times that it appears it is only to define it. The remaining instance that it appears such that it is referenced, does not seem to benefit from the previous three instances where the value is defined. As such this appears to be unused. This commit removes all four instances.

$request_ref->{count} shows up 4 times in the code. Though it never
appears to be used as three of the times that it appears it is only to
define it. The remaining instance that it appears such that it is
referenced, does not seem to benefit from the previous three instances
where the value is defined. As such this appears to be unused. This
commit removes all four instances.
@dipietroR dipietroR requested a review from a team as a code owner June 16, 2022 15:55
@sonarcloud
Copy link

sonarcloud bot commented Jun 16, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Copy link
Contributor

@stephanegigandet stephanegigandet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@stephanegigandet stephanegigandet merged commit 3c12065 into main Jun 20, 2022
@stephanegigandet stephanegigandet deleted the count-uninit branch June 20, 2022 17:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants