From cafae7cace651d3d75f10220345b1e4cc9126748 Mon Sep 17 00:00:00 2001
From: Alex Barth <alex_b@53995.no-reply.drupal.org>
Date: Tue, 6 Jul 2010 00:38:24 +0000
Subject: [PATCH] Remove a lie.

---
 plugins/FeedsNodeProcessor.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugins/FeedsNodeProcessor.inc b/plugins/FeedsNodeProcessor.inc
index c9257072..2580febd 100644
--- a/plugins/FeedsNodeProcessor.inc
+++ b/plugins/FeedsNodeProcessor.inc
@@ -217,8 +217,6 @@ class FeedsNodeProcessor extends FeedsProcessor {
 
   /**
    * Return available mapping targets.
-   *
-   * Static cached, may be called multiple times in a page load.
    */
   public function getMappingTargets() {
     $targets = array(
-- 
GitLab