Remove last in-between parser class
[civicrm-core.git] / CRM / Contact / Import / Parser.php
index cc354036cbeda952776d3c273d8d3ddcbf3332ee..59068aa9504d5f4a5e93ba9d1ab4a0e9a24cd813 100644 (file)
@@ -237,10 +237,6 @@ abstract class CRM_Contact_Import_Parser extends CRM_Import_Parser {
       }
 
       if ($returnCode & self::DUPLICATE) {
-        if ($returnCode & self::MULTIPLE_DUPE) {
-          /* TODO: multi-dupes should be counted apart from singles
-           * on non-skip action */
-        }
         $this->_duplicateCount++;
         array_unshift($values, $this->_rowCount);
         $this->_duplicates[] = $values;