瀏覽代碼

Redundant call

Source commit: 867b8b9d7073723027b9d12eb40ee1f9408c0674
Martin Prikryl 3 年之前
父節點
當前提交
4c020b5f87
共有 1 個文件被更改,包括 0 次插入2 次删除
  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,
 bool __fastcall TSecureShell::EventSelectLoop(unsigned int MSec, bool ReadEventRequired,
   WSANETWORKEVENTS * Events)
   WSANETWORKEVENTS * Events)
 {
 {
-  CheckConnection();
-
   bool Result = false;
   bool Result = false;
 
 
   do
   do