Remove extraneous variable
authoreileenmcnaugton <emcnaughton@wikimedia.org>
Thu, 16 May 2019 06:40:13 +0000 (18:40 +1200)
committereileenmcnaugton <emcnaughton@wikimedia.org>
Thu, 16 May 2019 06:45:14 +0000 (18:45 +1200)
commitc131d228eec7b103189dde8a32b866400e2810d2
tree02dd09218045ccfa53a4b0598d35666b6daf2e81
parent405192f14cc00abb2428e481888d56910af7ada9
Remove extraneous variable

Delete Pair is only called from one place in the code & it does not pass the $entityTable
variable - so remove it & reduce complexity.

In addition the viceVersa variable is always true so we can remove this too.
CRM/Core/BAO/PrevNextCache.php
CRM/Dedupe/Merger.php