Removed unnecessary null check

Removed unnecessary null check for FrmSi (already checked in the method).
This commit is contained in:
Justin Yanke 2015-04-09 12:23:56 -04:00
parent e720d20811
commit 7acde73f3d
1 changed files with 0 additions and 3 deletions

View File

@ -397,9 +397,6 @@ public static void HandleGetSystemInfoResponse(Client client, GetSystemInfoRespo
}
}
if (client.Value.FrmSi == null)
return;
try
{
client.Value.FrmSi.Invoke((MethodInvoker)delegate