- Patch #602306 by alex_b: removed some unused code.

merge-requests/26/head
Dries Buytaert 2009-10-31 13:53:48 +00:00
parent 2e390010f5
commit fc6656b3c3
1 changed files with 0 additions and 9 deletions

View File

@ -158,15 +158,6 @@ interface DrupalQueueInterface {
* Default queue implementation. * Default queue implementation.
*/ */
class SystemQueue implements 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. * The name of the queue this instance is working with.
* *