dhcp: drop unused prototype

Follow-up for 53488ea352.
This commit is contained in:
Yu Watanabe
2023-11-14 17:00:34 +09:00
parent 516cca5a51
commit b3884498a9

View File

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