Skip to content

Commit

Permalink
Curl_sh_entry: remove unused 'timestamp'
Browse files Browse the repository at this point in the history
  • Loading branch information
tvbuehler authored and bagder committed Mar 17, 2015
1 parent ef1c3b4 commit 4d6e079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/multi.c
Expand Up @@ -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() */
Expand Down

0 comments on commit 4d6e079

Please sign in to comment.