From 0cc8506c512481cf08af70c1c726062debbd70b1 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Fri, 24 May 2024 17:55:59 +0200 Subject: [PATCH] dhclient: remove unused primary_address Its last use was removed in 396c7521364. Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1257 Differential Revsiion: https://reviews.freebsd.org/D42717 --- sbin/dhclient/dhcpd.h | 1 - 1 file changed, 1 deletion(-) diff --git a/sbin/dhclient/dhcpd.h b/sbin/dhclient/dhcpd.h index 399b5c1ecf6..a80c5bd8f23 100644 --- a/sbin/dhclient/dhcpd.h +++ b/sbin/dhclient/dhcpd.h @@ -199,7 +199,6 @@ struct client_state { struct interface_info { struct interface_info *next; struct hardware hw_address; - struct in_addr primary_address; char name[IFNAMSIZ]; int rfdesc; int wfdesc;