[REF] Remove unreachable lines
authoreileen <emcnaughton@wikimedia.org>
Mon, 21 Sep 2020 00:03:19 +0000 (12:03 +1200)
committereileen <emcnaughton@wikimedia.org>
Mon, 21 Sep 2020 00:03:22 +0000 (12:03 +1200)
commit175f6d956cec618e9d76047816f27fa7e073b885
treef29723efe3f88fac94bb35d1028a4f4d21a2e49b
parente49c90d1d45811c480d04d2ac5bee3c6e5b86ff0
[REF] Remove unreachable lines

The function recur ONLY calls single if first is TRUE. Once we remove first from the if clause
we can see it applies if recur is TRUE or if recur is FALSE (or any other variant given we are using
truthiness). So the if can go
CRM/Core/Payment/PayPalIPN.php