From e9a8edb66eff0f17dc9efd8c72d4bb43f5c69f33 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Sun, 30 Jun 2019 16:49:14 +0930 Subject: [PATCH] peer_control: fix autodata compile issue. Caused by merge, and two files with autodata on same line. Signed-off-by: Rusty Russell --- lightningd/peer_control.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lightningd/peer_control.c b/lightningd/peer_control.c index 1239d8d5aeae..7315e4501acd 100644 --- a/lightningd/peer_control.c +++ b/lightningd/peer_control.c @@ -114,7 +114,6 @@ struct peer *new_peer(struct lightningd *ld, u64 dbid, peer->globalfeatures = peer->localfeatures = NULL; list_head_init(&peer->channels); peer->direction = node_id_idx(&peer->ld->id, &peer->id); - #if DEVELOPER peer->ignore_htlcs = false; #endif