ARTEMIS-993 removing unreachable code

This commit is contained in:
Justin Bertram 2017-02-24 13:36:23 -06:00
parent 56ccfdd0c1
commit 16285ba548
1 changed files with 0 additions and 4 deletions

View File

@ -253,10 +253,6 @@ public final class ClientConsumerImpl implements ClientConsumerInternal {
}
}
if (m != null) {
session.workDone();
}
try {
wait(toWait);
} catch (InterruptedException e) {