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
This commit is contained in:
Franco Fichtner 2024-05-24 17:55:59 +02:00 committed by Warner Losh
parent f52481f3b8
commit 0cc8506c51
1 changed files with 0 additions and 1 deletions

View File

@ -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;