aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h9
1 files changed, 0 insertions, 9 deletions
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