summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-07-24 08:11:28 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-07-24 08:11:28 +0000
commitc8b8074f455d09a30df8e6c37c68ca79bba8c976 (patch)
tree6653284329286d37aeddae30bfd9c7ad60c5b906 /usr.sbin
parent1f4fe90bb5cf79c9df17a77810d49c5c9c0b96e2 (diff)
Remove unused fields from structure
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/httpd/httpd.h6
1 files changed, 1 insertions, 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 <reyk@openbsd.org>
@@ -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;