[REF] [Import] Remove last instance of passing fieldTypes through get->set
[civicrm-core.git] / CRM / Contact / Import / Parser / Contact.php
index 9412f4387df83be2d46b15005cb964fe76cba563..382358e167fb854b041caf97c0280f6a1f747548 100644 (file)
@@ -2537,8 +2537,6 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser {
    * @param int $mode
    */
   public function set($store, $mode = self::MODE_SUMMARY) {
-    // To be removed in https://github.com/civicrm/civicrm-core/pull/23281
-    $store->set('fieldTypes', $this->getSelectTypes());
   }
 
   /**