mirror of https://github.com/quasar/Quasar.git
Removed unused variable
This commit is contained in:
parent
c4b0ba3fc3
commit
0600ac1707
|
@ -143,7 +143,7 @@ private void AsyncReceive(IAsyncResult result)
|
|||
return;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
OnClientState(false);
|
||||
return;
|
||||
|
|
|
@ -133,7 +133,7 @@ private void AsyncReceive(IAsyncResult result)
|
|||
return;
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
OnClientState(false);
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue