minor: remove some mono compiler warnings
parent
ae92bbcb95
commit
1afe5a528c
|
@ -270,8 +270,8 @@ namespace OpenMetaverse
|
|||
{
|
||||
try
|
||||
{
|
||||
UDPPacketBuffer buf = (UDPPacketBuffer)result.AsyncState;
|
||||
int bytesSent = m_udpSocket.EndSendTo(result);
|
||||
// UDPPacketBuffer buf = (UDPPacketBuffer)result.AsyncState;
|
||||
m_udpSocket.EndSendTo(result);
|
||||
}
|
||||
catch (SocketException) { }
|
||||
catch (ObjectDisposedException) { }
|
||||
|
|
Loading…
Reference in New Issue