[REF] Remove setting on unused variables
authoreileen <emcnaughton@wikimedia.org>
Sun, 14 Mar 2021 02:52:21 +0000 (15:52 +1300)
committereileen <emcnaughton@wikimedia.org>
Sun, 14 Mar 2021 02:52:24 +0000 (15:52 +1300)
commitad4611b56dc1bcba0d44d6d9eca44112d04c95f5
tree82766d2e43390c20f0b329029b14b66e04498590
parentda28128b812d4ae53c52abd8073656c61bbc4cc7
[REF] Remove setting on unused variables

The removed line sets membershipValues[x]['frequency_interval']
and membershipValues[x]['frequency_duration']

However I can see no evidence these are ever used anymore. The membershipValues
array is an array of values to pass to the membership create action which
does not reference them at all.

They ARE referenced from the legacyProcessRecurringContribution as
they defined the frequency of these - but they take the value set in
formValues which is not removed

Removing this one line opens up quite a lot more simplification and
I can't see any evidence it plays a function these days
CRM/Member/Form/Membership.php