ARTEMIS-2360 Removing commented out code

This commit is contained in:
Clebert Suconic 2019-05-29 15:04:13 -04:00
parent 5243085d91
commit 7fa1b13cc4
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ public class SessionReceiveMessage_1X extends SessionReceiveMessage {
public ActiveMQBuffer encode(final CoreRemotingConnection connection) {
ICoreMessage messageSynchronize = message;
synchronized (messageSynchronize) {
// messageSynchronize.messageChanged();
// there's a possible race, in case non standard components touch the message body
// between allocating and actual encoding there could be a difference in size
// sendBuffer_1X would fail