aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-08-02 12:25:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-08-03 22:51:35 +0200
commiteb41e8eebef1a308157fbbd171919dba28a1eca2 (patch)
tree6e583bb048f79e1ef305cfda0e111f977a737bf0 /lib/urldata.h
parent3cd43bbfecf571d8cf89d87edf29b8a6257a1379 (diff)
multi: remove the one_easy struct field
Since the merge of SessionHandle with Curl_one_easy, this indirection isn't used anymore.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index fed15db66..43314d9a2 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -1492,12 +1492,6 @@ struct UserDefined {
long buffer_size; /* size of receive buffer to use */
void *private_data; /* application-private data */
- struct SessionHandle *one_easy; /* When adding an easy handle to a multi
- handle, an internal 'Curl_one_easy'
- struct is created and this is a pointer
- to the particular struct associated with
- this SessionHandle */
-
struct curl_slist *http200aliases; /* linked list of aliases for http200 */
long ipver; /* the CURL_IPRESOLVE_* defines in the public header file