From 88ed009067195a8ffc1cc3dc4d5036dc04fbc27e Mon Sep 17 00:00:00 2001 From: claudio Date: Sat, 30 May 2015 09:38:11 +0000 Subject: [PATCH] Remove fields from struct that are not used. OK benno@ --- usr.sbin/relayd/http.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.sbin/relayd/http.h b/usr.sbin/relayd/http.h index ff598f7cb1e..05b45d602dc 100644 --- a/usr.sbin/relayd/http.h +++ b/usr.sbin/relayd/http.h @@ -1,4 +1,4 @@ -/* $OpenBSD: http.h,v 1.5 2014/08/14 10:30:52 reyk Exp $ */ +/* $OpenBSD: http.h,v 1.6 2015/05/30 09:38:11 claudio Exp $ */ /* * Copyright (c) 2012 - 2014 Reyk Floeter @@ -191,14 +191,10 @@ struct http_descriptor { #define query_key http_matchquery.kv_key #define query_val http_matchquery.kv_value - char *http_host; enum httpmethod http_method; int http_chunked; char *http_version; - /* Rewritten path remains NULL if not used */ - char *http_path_alias; - /* A tree of headers and attached lists for repeated headers. */ struct kv *http_lastheader; struct kvtree http_headers; -- 2.20.1