Remove unused fields from structure
authorreyk <reyk@openbsd.org>
Thu, 24 Jul 2014 08:11:27 +0000 (08:11 +0000)
committerreyk <reyk@openbsd.org>
Thu, 24 Jul 2014 08:11:27 +0000 (08:11 +0000)
usr.sbin/httpd/httpd.h

index ae275bf..4cba2cc 100644 (file)
@@ -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;