diff options
author | Stefan Bühler <buehler@teamviewer.com> | 2015-03-17 08:28:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-03-17 16:29:36 +0100 |
commit | 4d6e079dd2868c035e0b6eb8af5b2ecd683c667b (patch) | |
tree | 440599ac31203fb1c5adb75f795b0924d8169c3c | |
parent | ef1c3b464810756430174d02b424f2d3a0c8388e (diff) |
Curl_sh_entry: remove unused 'timestamp'
-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() */ |