From efa8f74bcb87f92d7e457fb53b963083fef00c4e Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 8 Oct 2024 05:28:11 +0000 Subject: [PATCH] remove unused struct --- usr.sbin/httpd/httpd.h | 7 +------ usr.sbin/relayd/relayd.h | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/usr.sbin/httpd/httpd.h b/usr.sbin/httpd/httpd.h index d2bf85f3c42..0289e1fbec1 100644 --- a/usr.sbin/httpd/httpd.h +++ b/usr.sbin/httpd/httpd.h @@ -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 @@ -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 *); diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index ce8cabd68d2..865cf31ad69 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -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 @@ -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 *); -- 2.20.1