commit 2247e7efae7f1538279d98e57f9c26710f516091 from: jsg date: Tue Oct 8 05:28:11 2024 UTC remove unused struct commit - ee78cec18160c39e3b6cfaec1a5060ba8fa223b0 commit + 2247e7efae7f1538279d98e57f9c26710f516091 blob - ce8cabd68d2f7a6f0bf0f79cc59b3da1f0fd5112 blob + 865cf31ad69000f2a7a9e2bad67e3c1972117da9 --- relayd.h +++ 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 *);