Remove unused functions not covered by unit tests

This commit is contained in:
practicalswift
2018-03-26 21:37:35 +02:00
committed by Rusty Russell
parent b914062465
commit 6269a4c55d
19 changed files with 1 additions and 357 deletions

View File

@@ -41,11 +41,6 @@ static void tal_freefn(void *ptr)
}
struct netaddr;
char *netaddr_name(const tal_t *ctx, const struct netaddr *a);
char *netaddr_name(const tal_t *ctx UNUSED, const struct netaddr *a UNUSED)
{
return NULL;
}
/* Returns number of tokens digested */
static size_t human_readable(const char *buffer, const jsmntok_t *t, char term)