Remove redundant declaration

This commit is contained in:
practicalswift 2018-03-05 17:38:21 +01:00 committed by Rusty Russell
parent 9970419b3a
commit 20ae038080
1 changed files with 1 additions and 2 deletions

View File

@ -58,8 +58,7 @@ u8 *towire_errorfmt(const tal_t *ctx UNNEEDED,
{ fprintf(stderr, "towire_errorfmt called!\n"); abort(); } { fprintf(stderr, "towire_errorfmt called!\n"); abort(); }
/* AUTOGENERATED MOCKS END */ /* AUTOGENERATED MOCKS END */
bool short_channel_id_from_str(const char *str, size_t strlen, const void *trc;
struct short_channel_id *dst);
static struct half_chan * static struct half_chan *
get_or_make_connection(struct routing_state *rstate, get_or_make_connection(struct routing_state *rstate,