From f5c384575807e3feb69ec3dd9b97a8b5f0b13dea Mon Sep 17 00:00:00 2001 From: Alex Barth <alex_b@53995.no-reply.drupal.org> Date: Sun, 11 Jul 2010 13:53:17 +0000 Subject: [PATCH] Locking is from the future. Remove this comment. --- includes/FeedsSource.inc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/includes/FeedsSource.inc b/includes/FeedsSource.inc index 81ad94f1..f06c89d4 100644 --- a/includes/FeedsSource.inc +++ b/includes/FeedsSource.inc @@ -126,10 +126,7 @@ class FeedsSource extends FeedsConfigurable { } /** - * Import a feed: execute, fetching, parsing and processing stage. - * - * Lock a source before importing by using FeedsSource::lock(), after - * importing, release with FeedsSource::release(). + * Import a feed: execute fetching, parsing and processing stage. * * @return * FEEDS_BATCH_COMPLETE if the import process finished. A decimal between -- GitLab