diff options
Diffstat (limited to 'OpenSim/Framework/ProxyCodec.cs')
-rw-r--r-- | OpenSim/Framework/ProxyCodec.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenSim/Framework/ProxyCodec.cs b/OpenSim/Framework/ProxyCodec.cs index df4be64..43c44f8 100644 --- a/OpenSim/Framework/ProxyCodec.cs +++ b/OpenSim/Framework/ProxyCodec.cs | |||
@@ -47,12 +47,6 @@ namespace OpenSim.Framework | |||
47 | { | 47 | { |
48 | bytes[numBytes++] = b; | 48 | bytes[numBytes++] = b; |
49 | } | 49 | } |
50 | |||
51 | int x = numBytes; | ||
52 | |||
53 | DecodeProxyMessage(bytes, ref numBytes); | ||
54 | |||
55 | numBytes = x; | ||
56 | } | 50 | } |
57 | 51 | ||
58 | public static IPEndPoint DecodeProxyMessage(byte[] bytes, ref int numBytes) | 52 | public static IPEndPoint DecodeProxyMessage(byte[] bytes, ref int numBytes) |