Browse Source

Redundant call

Source commit: 867b8b9d7073723027b9d12eb40ee1f9408c0674
Martin Prikryl 3 years ago
parent
commit
4c020b5f87
1 changed files with 0 additions and 2 deletions
  1. 0 2
      source/core/SecureShell.cpp

+ 0 - 2
source/core/SecureShell.cpp

@@ -1993,8 +1993,6 @@ bool __fastcall TSecureShell::ProcessNetworkEvents(SOCKET Socket)
 bool __fastcall TSecureShell::EventSelectLoop(unsigned int MSec, bool ReadEventRequired,
   WSANETWORKEVENTS * Events)
 {
-  CheckConnection();
-
   bool Result = false;
 
   do