From fc6656b3c3e45663d93f440b61ecebda07585686 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 31 Oct 2009 13:53:48 +0000 Subject: - Patch #602306 by alex_b: removed some unused code. --- modules/system/system.queue.inc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.queue.inc b/modules/system/system.queue.inc index 3e2979be1..be0c31e97 100644 --- a/modules/system/system.queue.inc +++ b/modules/system/system.queue.inc @@ -158,15 +158,6 @@ interface DrupalQueueInterface { * Default queue implementation. */ class SystemQueue implements DrupalQueueInterface { - /** - * Our internal consumer ID for this queue instance. - * - * This is created lazily when we start consuming items with claimItem(). - * - * @var integer - */ - protected $consumerId; - /** * The name of the queue this instance is working with. * -- cgit v1.2.3