CRM-20858: Remove Uneeded Variable
authorCamilo Rodriguez <camilo@compucorp.co.uk>
Thu, 31 Aug 2017 13:38:12 +0000 (13:38 +0000)
committerCamilo Rodriguez <camilo@compucorp.co.uk>
Thu, 31 Aug 2017 13:38:12 +0000 (13:38 +0000)
CRM/Dedupe/Merger.php

index 6c75da253295a246e743bd6b39d084350700c4b9..81b80f6658d6a2737446f0755adfa74bc2cbc4c7 100644 (file)
@@ -444,8 +444,6 @@ INNER JOIN  civicrm_membership membership2 ON membership1.membership_type_id = m
     $eidRefs = self::eidRefs();
     $cpTables = self::cpTables();
     $paymentTables = self::paymentTables();
-    // CRM-12695:
-    $membershipMerge = FALSE;
 
     // getting all custom tables
     $customTables = array();