summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Buffer
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-19 22:14:19 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-19 22:14:19 +0000
commit3e419078289fe68e4629e1dde57384277394eef0 (patch)
tree3df8c5fa65e9c24355add820865222e10a93dd33 /dotnet/Qpid.Buffer
parent03a3e2742bdb91f82613cf04f9ab079fd4e24f7c (diff)
downloadqpid-python-3e419078289fe68e4629e1dde57384277394eef0.tar.gz
Added Qpid.Client.Transport.Socket.Blocking project to MonoDevelop files.
Fixed some compiler warnings. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@488830 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Buffer')
-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();