summaryrefslogtreecommitdiffstats
path: root/include/http_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/http_core.h')
-rw-r--r--include/http_core.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/http_core.h b/include/http_core.h
index 2bcd713560..17a2c50f1a 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -553,8 +553,6 @@ typedef struct {
#define HOSTNAME_LOOKUP_UNSET 3
unsigned int hostname_lookups : 4;
- unsigned int content_md5 : 2; /* calculate Content-MD5? */
-
#define USE_CANONICAL_NAME_OFF (0)
#define USE_CANONICAL_NAME_ON (1)
#define USE_CANONICAL_NAME_DNS (2)