]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Curl_sh_entry: remove unused 'timestamp'
authorStefan Bühler <buehler@teamviewer.com>
Tue, 17 Mar 2015 07:28:36 +0000 (08:28 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 17 Mar 2015 15:29:36 +0000 (16:29 +0100)
lib/multi.c

index 25d40f7fb0bd986872006e06a67bbf0cd6192cb1..94c216e955c7bc3778a3518d9615c66fb5e970c1 100644 (file)
@@ -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() */