From daa1d928eb40e200485187965652131f7078d95b Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 5 Oct 2010 22:26:58 +0000
Subject: [PATCH] Remove stray obsolete code.

---
 plugins/FeedsTermProcessor.inc | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/plugins/FeedsTermProcessor.inc b/plugins/FeedsTermProcessor.inc
index 85ad0b1c..48e8e384 100644
--- a/plugins/FeedsTermProcessor.inc
+++ b/plugins/FeedsTermProcessor.inc
@@ -37,11 +37,6 @@ class FeedsTermProcessor extends FeedsProcessor {
         }
         $term = $this->map($source, $parser_result, $term);
 
-        // Add term id if available.
-        if (!empty($tid)) {
-          $term->tid = $tid;
-        }
-
         // Save the term.
         $term->feeds_importer_id = $this->id;
         $term->feed_nid = $source->feed_nid;
-- 
GitLab