From: Yu Watanabe Date: Tue, 14 Nov 2023 08:00:34 +0000 (+0900) Subject: dhcp: drop unused prototype X-Git-Tag: v255-rc2~10^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3884498a9903071992f1a3d2806d2f10cdfe060;p=thirdparty%2Fsystemd.git dhcp: drop unused prototype Follow-up for 53488ea352b658e37eef06f958c3f8ca062a64d9. --- diff --git a/src/libsystemd-network/dhcp-identifier.h b/src/libsystemd-network/dhcp-identifier.h index 5ffa38dfc8b..0af2937eef1 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,