mirror of
https://github.com/curl/curl.git
synced 2026-08-15 00:13:38 +03:00
Curl_sh_entry: remove unused 'timestamp'
This commit is contained in:
parent
ef1c3b4648
commit
4d6e079dd2
1 changed files with 0 additions and 1 deletions
|
|
@ -155,7 +155,6 @@ static void mstate(struct SessionHandle *data, CURLMstate state
|
|||
|
||||
struct Curl_sh_entry {
|
||||
struct SessionHandle *easy;
|
||||
time_t timestamp;
|
||||
int action; /* what action READ/WRITE this socket waits for */
|
||||
curl_socket_t socket; /* mainly to ease debugging */
|
||||
void *socketp; /* settable by users with curl_multi_assign() */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue