wire: remove declaration of towire_tlvs since its implementation is already removed

Signed-off-by: YOSHIDA Masanori <masanori.yoshida@gmail.com>
Changelog-None
This commit is contained in:
YOSHIDA Masanori 2020-10-30 13:27:06 +09:00 committed by neil saitug
parent d151d554b3
commit 9f893e3f6d
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ struct tlv_field {
u8 *value;
};
/* Append a stream of tlvs: types[] must be in increasing type order! */
void towire_tlvs(u8 **pptr,
const struct tlv_record_type types[],
size_t num_types,
const void *record);
/* Given any tlvstream serialize the raw fields (untyped ones). */
void towire_tlvstream_raw(u8 **pptr, const struct tlv_field *fields);