diff options
-rw-r--r-- | lib/multi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/multi.c b/lib/multi.c index 25d40f7fb..94c216e95 100644 --- a/lib/multi.c +++ b/lib/multi.c @@ -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() */ |