summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer/ByteBuffer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'dotnet/Qpid.Buffer/ByteBuffer.cs')
-rw-r--r--dotnet/Qpid.Buffer/ByteBuffer.cs8
1 files changed, 0 insertions, 8 deletions
diff --git a/dotnet/Qpid.Buffer/ByteBuffer.cs b/dotnet/Qpid.Buffer/ByteBuffer.cs
index 1a43c0b9f3..d2941e8346 100644
--- a/dotnet/Qpid.Buffer/ByteBuffer.cs
+++ b/dotnet/Qpid.Buffer/ByteBuffer.cs
@@ -2375,14 +2375,6 @@ namespace Qpid.Buffer
return this;
}
- private static void checkFieldSize( int fieldSize )
- {
- if( fieldSize < 0 )
- {
- throw new ArgumentOutOfRangeException("fieldSize");
- }
- }
-
public abstract void put(ushort value);
public abstract ushort GetUnsignedShort();
public abstract uint GetUnsignedInt();