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:
Robert Davies 2007-02-19 15:48:38 +00:00
parent a3b3a497fb
commit a5f74d673d
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}
}