Skip to content

Commit

Permalink
Merge pull request #25670 from eileenmcnaughton/cust_it
Browse files Browse the repository at this point in the history
Remove unused variables
  • Loading branch information
seamuslee001 authored Feb 26, 2023
2 parents 47fe109 + ab5d1d7 commit f02b36f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Dedupe/Merger.php
Original file line number Diff line number Diff line change
Expand Up @@ -1726,8 +1726,6 @@ private static function getTree(
$returnAll = FALSE,
$checkPermission = CRM_Core_Permission::EDIT
) {
$singleRecord = NULL;
$showPublicOnly = FALSE;
if ($checkPermission === TRUE) {
CRM_Core_Error::deprecatedWarning('Unexpected TRUE passed to CustomGroup::getTree $checkPermission param.');
$checkPermission = CRM_Core_Permission::EDIT;
Expand Down

0 comments on commit f02b36f

Please sign in to comment.