NO-JIRA: Removing duplciate code

This commit is contained in:
Clebert Suconic 2017-03-30 11:15:06 -04:00
parent 6cacdd9e32
commit 86779195fa
1 changed files with 0 additions and 4 deletions

View File

@ -155,10 +155,6 @@ public class ProtonServerReceiverContext extends ProtonInitializable implements
}
receiver = ((Receiver) delivery.getLink());
if (delivery.isPartial()) {
return;
}
Transaction tx = null;
byte[] data;