From c5b2e85b473f09ad25b1b3df78e50da1532a9ef8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jan 2005 20:22:44 +0000 Subject: Dan Torop cleaned up a few no longer used variables from David Phillips' select() overhaul fix. --- lib/urldata.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 3936b1526..311149d01 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -410,15 +410,6 @@ struct Curl_transfer_keeper { char *uploadbuf; curl_socket_t maxfd; - /* pointers to the actual descriptors we check */ - fd_set *readfdp; - fd_set *writefdp; - - /* the file descriptors to play with */ - fd_set readfd; - fd_set writefd; - fd_set rkeepfd; - fd_set wkeepfd; int keepon; bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload -- cgit v1.2.3