From 4d6e079dd2868c035e0b6eb8af5b2ecd683c667b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20B=C3=BChler?= <buehler@teamviewer.com>
Date: Tue, 17 Mar 2015 08:28:36 +0100
Subject: [PATCH] Curl_sh_entry: remove unused 'timestamp'

---
 lib/multi.c | 1 -
 1 file changed, 1 deletion(-)

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() */