mirror of https://github.com/apache/activemq.git
remove unused line of code (it was bad anyway!)
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@509227 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a3b3a497fb
commit
a5f74d673d
|
@ -445,7 +445,6 @@ abstract public class PrefetchSubscription extends AbstractSubscription{
|
|||
//System.err.println(broker.getBrokerName() + " " + this + " (" + enqueueCounter + ", " + dispatchCounter +") " + node);
|
||||
return true;
|
||||
}else{
|
||||
QueueMessageReference n=(QueueMessageReference)node;
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue