From b3884498a9903071992f1a3d2806d2f10cdfe060 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 14 Nov 2023 17:00:34 +0900 Subject: [PATCH] dhcp: drop unused prototype Follow-up for 53488ea352b658e37eef06f958c3f8ca062a64d9. --- src/libsystemd-network/dhcp-identifier.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/libsystemd-network/dhcp-identifier.h b/src/libsystemd-network/dhcp-identifier.h index 5ffa38dfc8..0af2937eef 100644 --- a/src/libsystemd-network/dhcp-identifier.h +++ b/src/libsystemd-network/dhcp-identifier.h @@ -58,7 +58,6 @@ struct duid { }; } _packed_; -int dhcp_validate_duid_len(DUIDType duid_type, size_t duid_len, bool strict); int dhcp_identifier_set_duid_llt( const struct hw_addr_data *hw_addr, uint16_t arp_type, -- 2.25.1