removing a bad reference increment

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@639532 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-03-21 03:30:45 +00:00
parent 0302ffded7
commit 299a98d48f
1 changed files with 0 additions and 1 deletions

View File

@ -1118,7 +1118,6 @@ public class Queue extends BaseDestination implements Task {
}
if (target != null) {
target.add(node);
node.incrementReferenceCount();
}
}
if (target != null && !strictOrderDispatch && consumers.size() > 1 &&