ARTEMIS-993 removing unreachable code
This commit is contained in:
parent
56ccfdd0c1
commit
16285ba548
|
@ -253,10 +253,6 @@ public final class ClientConsumerImpl implements ClientConsumerInternal {
|
|||
}
|
||||
}
|
||||
|
||||
if (m != null) {
|
||||
session.workDone();
|
||||
}
|
||||
|
||||
try {
|
||||
wait(toWait);
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in New Issue