Remove no-longer-used function
authorEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Jun 2022 02:46:25 +0000 (14:46 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Wed, 1 Jun 2022 02:46:25 +0000 (14:46 +1200)
CRM/Contact/Import/Parser/Contact.php

index 536522f8cef164e67edc2853f9f9e6b97b917557..1b1abcc5ba2436535993361ca04dc80dca3d0abc 100644 (file)
@@ -1536,35 +1536,6 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser {
     return $extIDMatch;
   }
 
-  /**
-   * Format the form mapping parameters ready for the parser.
-   *
-   * @param int $count
-   *   Number of rows.
-   *
-   * @return array $parserParameters
-   */
-  public static function getParameterForParser($count) {
-    $baseArray = [];
-    for ($i = 0; $i < $count; $i++) {
-      $baseArray[$i] = NULL;
-    }
-    $parserParameters['mapperLocType'] = $baseArray;
-    $parserParameters['mapperPhoneType'] = $baseArray;
-    $parserParameters['mapperImProvider'] = $baseArray;
-    $parserParameters['mapperWebsiteType'] = $baseArray;
-    $parserParameters['mapperRelated'] = $baseArray;
-    $parserParameters['relatedContactType'] = $baseArray;
-    $parserParameters['relatedContactDetails'] = $baseArray;
-    $parserParameters['relatedContactLocType'] = $baseArray;
-    $parserParameters['relatedContactPhoneType'] = $baseArray;
-    $parserParameters['relatedContactImProvider'] = $baseArray;
-    $parserParameters['relatedContactWebsiteType'] = $baseArray;
-
-    return $parserParameters;
-
-  }
-
   /**
    * Set field metadata.
    */