From 89872447585d6d279bb9cb23fda30855932143a2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 3 Aug 2001 11:52:53 +0000 Subject: httpreq cleanup fix --- lib/urldata.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib/urldata.h') diff --git a/lib/urldata.h b/lib/urldata.h index 18039f176..21b225a58 100644 --- a/lib/urldata.h +++ b/lib/urldata.h @@ -382,12 +382,6 @@ typedef enum { /* This struct is for boolean settings that define how to behave during this session. */ struct Configbits { - /* these four request types mirror the httpreq field */ - bool http_formpost; - bool http_post; - bool http_put; - bool http_get; - bool get_filetime; bool tunnel_thru_httpproxy; bool ftp_append; -- cgit v1.2.3