diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 20:22:44 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-11 20:22:44 +0000 |
| commit | c5b2e85b473f09ad25b1b3df78e50da1532a9ef8 (patch) | |
| tree | 0637f8f7a381851d0e60aa34f27a113aee6476d9 /lib/urldata.h | |
| parent | 38f8087281471abb4235365b4f9ef30c8949ffdc (diff) | |
Dan Torop cleaned up a few no longer used variables from David Phillips'
select() overhaul fix.
Diffstat (limited to 'lib/urldata.h')
| -rw-r--r-- | lib/urldata.h | 9 |
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 |
