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

[NFC] Remove line that does nothing #25234

Merged
merged 1 commit into from
Dec 30, 2022
Merged

Conversation

braders
Copy link
Contributor

@braders braders commented Dec 29, 2022

Overview

Remove line that does nothing!

Technical Details

$query->_params[$id][3]; used to be $grouping = $query->_params[$id][3];. The first part of the line was removed with the commit message, "remove some unused variables", it seems quite clear that the entire line was intended to be deleted.

Simply calling $query->_params[$id][3]; on it's own does nothing...

@civibot
Copy link

civibot bot commented Dec 29, 2022

(Standard links)

@civibot civibot bot added the master label Dec 29, 2022
@braders braders changed the title Remove line that does nothing [NFC] Remove line that does nothing Dec 29, 2022
@yashodha
Copy link
Contributor

@braders make sense, merging this.

@yashodha yashodha merged commit f5bac80 into civicrm:master Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants