removed obsoletetd myalarm() calls

This commit is contained in:
Daniel Stenberg
2001-10-01 11:35:29 +00:00
parent 09da90076f
commit 5cd267b2be
2 changed files with 1 additions and 5 deletions

View File

@@ -353,8 +353,6 @@ CURLcode Curl_ftp_connect(struct connectdata *conn)
CURLcode result;
int ftpcode;
myalarm(0); /* switch off the alarm stuff */
ftp = (struct FTP *)malloc(sizeof(struct FTP));
if(!ftp)
return CURLE_OUT_OF_MEMORY;