From 91d05903b498ce807b125a7c6a1ac820d21b0ab8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 17 Dec 2009 15:45:04 +0000 Subject: Remove pointless storing of the protocol as a string within the connectdata struct, and instead use the already stored string in the handler struct. --- lib/urldata.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/urldata.h') 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; -- cgit v1.2.3