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

Commits on Jun 16, 2022

  1. fix: $request_ref->{count} not used

    $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 committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    006523b View commit details
    Browse the repository at this point in the history