Removed unused variable

This commit is contained in:
MaxXor 2015-04-22 15:52:58 +02:00
parent c4b0ba3fc3
commit 0600ac1707
2 changed files with 2 additions and 2 deletions

View File

@ -143,7 +143,7 @@ private void AsyncReceive(IAsyncResult result)
return;
}
}
catch (Exception ex)
catch (Exception)
{
OnClientState(false);
return;

View File

@ -133,7 +133,7 @@ private void AsyncReceive(IAsyncResult result)
return;
}
}
catch (Exception ex)
catch (Exception)
{
OnClientState(false);
return;