aboutsummaryrefslogtreecommitdiff
path: root/lib/urldata.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-12-17 15:45:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-12-17 15:45:04 +0000
commit91d05903b498ce807b125a7c6a1ac820d21b0ab8 (patch)
tree5f6484a69077d29f522221bc75a27b738f33e90a /lib/urldata.h
parent10a11e3abe54c4b8ce537f84416092d7e7c7d8a4 (diff)
Remove pointless storing of the protocol as a string within the connectdata
struct, and instead use the already stored string in the handler struct.
Diffstat (limited to 'lib/urldata.h')
-rw-r--r--lib/urldata.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 0d0128a32..8107a9e8f 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -703,7 +703,6 @@ struct connectdata {
unsigned int scope; /* address scope for IPv6 */
- char protostr[16]; /* store the protocol string in this buffer */
int socktype; /* SOCK_STREAM or SOCK_DGRAM */
struct hostname host;