aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/transfer.c')
-rw-r--r--lib/transfer.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/transfer.c b/lib/transfer.c
index 449b2e6eb..2d1c90f6a 100644
--- a/lib/transfer.c
+++ b/lib/transfer.c
@@ -1159,10 +1159,6 @@ CURLcode Curl_perform(struct SessionHandle *data)
if(newurl)
free(newurl);
- /* make absolutely sure the alarm is switched off! */
- if(data->set.timeout || data->set.connecttimeout)
- myalarm(0);
-
return res;
}