From 771ee84d245a2bb62ea05fe6ee5ac2b9af83290c Mon Sep 17 00:00:00 2001 From: claudio Date: Thu, 19 Mar 2026 13:36:50 +0000 Subject: [PATCH] Forgot to remove the no longer used tconf in previous commit. --- usr.sbin/bgpd/rtr.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/bgpd/rtr.c b/usr.sbin/bgpd/rtr.c index aa1db73b5ce..5553c430360 100644 --- a/usr.sbin/bgpd/rtr.c +++ b/usr.sbin/bgpd/rtr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rtr.c,v 1.33 2026/03/19 12:44:23 claudio Exp $ */ +/* $OpenBSD: rtr.c,v 1.34 2026/03/19 13:36:50 claudio Exp $ */ /* * Copyright (c) 2020 Claudio Jeker @@ -316,7 +316,6 @@ rtr_dispatch_imsg_parent(struct imsgbuf *imsgbuf) { static struct aspa_set *aspa; struct imsg imsg; - struct bgpd_config tconf; struct roa roa; struct rtr_config_msg rtrconf; struct rtr_session *rs;