Remove redundant code

This commit is contained in:
practicalswift
2018-08-01 09:48:49 +02:00
committed by Rusty Russell
parent a623fd8924
commit 0f7b11bdc2
3 changed files with 2 additions and 4 deletions

View File

@@ -80,7 +80,6 @@ hexdump:
if (!print_hexstring(cursor, plen, len))
return;
printf(" ]\n");
return;
}
static void printwire_addresses(const u8 **cursor, size_t *plen, size_t len)