Remove another good intention - unused variables
authorEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 21 Apr 2022 17:14:15 +0000 (05:14 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Thu, 21 Apr 2022 20:01:55 +0000 (08:01 +1200)
commit1006edc9d79d2eb54beeb210477ccc80b27eb011
treebca62cfe4f0f4cb7ee26ab229d938c3ea75d573d
parent154d2854c9e90996e68819bc8e13991de428193a
Remove another good intention - unused variables

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....
CRM/Contact/Import/Parser/Contact.php
CRM/Custom/Import/Parser/Api.php
CRM/Event/Import/Parser/Participant.php
CRM/Import/Parser.php
CRM/Member/Import/Parser/Membership.php