- Patch #602306 by alex_b: removed some unused code.
							parent
							
								
									2e390010f5
								
							
						
					
					
						commit
						fc6656b3c3
					
				| 
						 | 
					@ -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.
 | 
				
			||||||
   *
 | 
					   *
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue