Browse Source

Remove redundant declaration

ppa-0.6.1
practicalswift 7 years ago
committed by Rusty Russell
parent
commit
20ae038080
  1. 3
      gossipd/test/run-find_route-specific.c

3
gossipd/test/run-find_route-specific.c

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

Loading…
Cancel
Save