From a479e8c0b6ef20317a9ecf8deedce912a7194680 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Thu, 2 Jun 2022 19:06:32 +1200 Subject: [PATCH] Remove a couple of unused params --- CRM/Contact/Import/Parser/Contact.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CRM/Contact/Import/Parser/Contact.php b/CRM/Contact/Import/Parser/Contact.php index 2580dcc774..e53305fabd 100644 --- a/CRM/Contact/Import/Parser/Contact.php +++ b/CRM/Contact/Import/Parser/Contact.php @@ -62,9 +62,6 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser { */ protected $_rowCount; - protected $_primaryKeyName; - protected $_statusFieldName; - protected $fieldMetadata = []; /** @@ -1270,9 +1267,6 @@ class CRM_Contact_Import_Parser_Contact extends CRM_Import_Parser { $this->_rowCount = 0; $this->_totalCount = 0; - $this->_primaryKeyName = '_id'; - $this->_statusFieldName = '_status'; - if ($statusID) { $this->progressImport($statusID); $startTimestamp = $currTimestamp = $prevTimestamp = time(); -- 2.25.1