summaryrefslogtreecommitdiffstats
path: root/remote-process
diff options
context:
space:
mode:
Diffstat (limited to 'remote-process')
-rw-r--r--remote-process/main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/remote-process/main.cpp b/remote-process/main.cpp
index bcf825b..97881dc 100644
--- a/remote-process/main.cpp
+++ b/remote-process/main.cpp
@@ -157,9 +157,6 @@ int main(int argc, char *argv[])
// Connect to target
CConnectionSocket connectionSocket;
- // Set timeout
- connectionSocket.setTimeout(5000);
-
string strError;
// Connect
if (!connectionSocket.connect(argv[1], uiPort, strError)) {