mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 22:45:27 +01:00
Remove redundant declaration
This commit is contained in:
parent
9970419b3a
commit
20ae038080
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Reference in a new issue