From 28a160f9a134f39abf117c3eae4918c6f3d4e960 Mon Sep 17 00:00:00 2001 From: florian Date: Mon, 3 Jun 2024 18:10:04 +0000 Subject: [PATCH] gc v4 struct --- sbin/dhcp6leased/dhcp6leased.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/sbin/dhcp6leased/dhcp6leased.h b/sbin/dhcp6leased/dhcp6leased.h index ae85aa92ad2..7a4b3ece1aa 100644 --- a/sbin/dhcp6leased/dhcp6leased.h +++ b/sbin/dhcp6leased/dhcp6leased.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcp6leased.h,v 1.4 2024/06/03 11:08:31 florian Exp $ */ +/* $OpenBSD: dhcp6leased.h,v 1.5 2024/06/03 18:10:04 florian Exp $ */ /* * Copyright (c) 2017, 2021 Florian Obser @@ -221,13 +221,6 @@ struct imsg_ifinfo { char lease[LEASE_SIZE]; }; -struct imsg_propose_rdns { - uint32_t if_index; - int rdomain; - int rdns_count; - struct in_addr rdns[MAX_RDNS_COUNT]; -}; - struct imsg_dhcp { uint32_t if_index; ssize_t len; -- 2.20.1