From 6a705e43056bbadb0d964268e140ac985299ea0e Mon Sep 17 00:00:00 2001 From: reyk Date: Thu, 24 Jul 2014 08:11:27 +0000 Subject: [PATCH] Remove unused fields from structure --- usr.sbin/httpd/httpd.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index ae275bfcff0..4cba2cc7d39 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: httpd.h,v 1.7 2014/07/23 19:03:56 reyk Exp $ */ +/* $OpenBSD: httpd.h,v 1.8 2014/07/24 08:11:27 reyk Exp $ */ /* * Copyright (c) 2006 - 2014 Reyk Floeter @@ -303,10 +303,6 @@ struct server { u_int8_t srv_tcpipminttl; int srv_s; - struct bufferevent *srv_bev; - int srv_dsts; - struct bufferevent *srv_dstbev; - struct event srv_ev; struct event srv_evt; -- 2.20.1