diff options
-rw-r--r-- | dotnet/Qpid.Client/Client/AmqChannel.cs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dotnet/Qpid.Client/Client/AmqChannel.cs b/dotnet/Qpid.Client/Client/AmqChannel.cs index 067db452b6..1ce273b1bc 100644 --- a/dotnet/Qpid.Client/Client/AmqChannel.cs +++ b/dotnet/Qpid.Client/Client/AmqChannel.cs @@ -803,19 +803,6 @@ namespace Qpid.Client message.Timestamp = currentTime; } - // - // Very nasty temporary hack for GRM. Will be altered ASAP. - // FIXME: Remove this hack. - // - if (message is QpidBytesMessage) - { - QpidBytesMessage msg = (QpidBytesMessage) message; - if (!msg.IsReadable) - { - msg.Reset(); - } - } - ByteBuffer buf = message.Data; byte[] payload = null; if (buf != null) |