summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.queue.inc9
1 files changed, 0 insertions, 9 deletions
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
@@ -159,15 +159,6 @@ interface DrupalQueueInterface {
*/
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.
*
* @var string