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 another good intention - unused variables #23275

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

eileenmcnaughton
Copy link
Contributor

100% of the responses from setActiveFields are discarded and 100% of the time
the erroneousField value is not used. Hence it makes sense to remove them....

100% of the responses from setActiveFields are discarded and 100% of the time
the erroneousField value is not used. Hence it makes sense to remove them....
@civibot
Copy link

civibot bot commented Apr 21, 2022

(Standard links)

@civibot civibot bot added the master label Apr 21, 2022
$errorRequired = FALSE;
$missingField = '';
$this->_params = &$this->getActiveFieldParams();

$formatted = $this->_params;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

also unused

@colemanw
Copy link
Member

Agree 100%

@eileenmcnaughton eileenmcnaughton merged commit bbf94d9 into civicrm:master Apr 21, 2022
@eileenmcnaughton eileenmcnaughton deleted the error branch April 21, 2022 21:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants