remove unused struct
authorjsg <jsg@openbsd.org>
Tue, 8 Oct 2024 05:28:11 +0000 (05:28 +0000)
committerjsg <jsg@openbsd.org>
Tue, 8 Oct 2024 05:28:11 +0000 (05:28 +0000)
usr.sbin/httpd/httpd.h
usr.sbin/relayd/relayd.h

index d2bf85f..0289e1f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: httpd.h,v 1.164 2023/11/08 19:19:10 millert Exp $     */
+/*     $OpenBSD: httpd.h,v 1.165 2024/10/08 05:28:11 jsg Exp $ */
 
 /*
  * Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@ -165,11 +165,6 @@ struct control_sock {
 };
 TAILQ_HEAD(control_socks, control_sock);
 
-extern struct {
-       struct event     ev;
-       int              fd;
-} control_state;
-
 struct imsgev {
        struct imsgbuf           ibuf;
        void                    (*handler)(int, short, void *);
index ce8cabd..865cf31 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: relayd.h,v 1.274 2024/08/10 05:47:29 tb Exp $ */
+/*     $OpenBSD: relayd.h,v 1.275 2024/10/08 05:28:11 jsg Exp $        */
 
 /*
  * Copyright (c) 2006 - 2016 Reyk Floeter <reyk@openbsd.org>
@@ -913,11 +913,6 @@ struct control_sock {
 };
 TAILQ_HEAD(control_socks, control_sock);
 
-extern struct {
-       struct event     ev;
-       int              fd;
-} control_state;
-
 struct imsgev {
        struct imsgbuf           ibuf;
        void                    (*handler)(int, short, void *);