From: reyk Date: Thu, 24 Jul 2014 08:11:27 +0000 (+0000) Subject: Remove unused fields from structure X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=6a705e43056bbadb0d964268e140ac985299ea0e;p=openbsd Remove unused fields from structure --- 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;