From 2b390e65df9e2f76566942dff4ddeffd8a839590 Mon Sep 17 00:00:00 2001 From: Steven Shaw Date: Wed, 13 Dec 2006 15:39:24 +0000 Subject: QPID-173. Re-port JmsByteBytes (QpidBytesMessage) from Java. Notably missing was the _data.rewind() in the Text getter. Also removed/tidied up some commented out code. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486688 13f79535-47bb-0310-9956-ffa450edef68 --- dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs') diff --git a/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs b/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs index 852c7f3aa8..b11d6b6b14 100644 --- a/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs +++ b/dotnet/Qpid.Buffer/SimpleByteBufferAllocator.cs @@ -116,8 +116,6 @@ namespace Qpid.Buffer protected override void capacity0(int requestedCapacity) { - Console.WriteLine("XXX capacity0 called with requestedCapacity=" + requestedCapacity); // FIXME: remove this. - int newCapacity = MINIMUM_CAPACITY; while( newCapacity < requestedCapacity ) { -- cgit v1.2.1