lightningd/peer_control.c: remove unnecessary reconnected field.

It can be on the stack.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2017-07-04 11:23:36 +09:30
parent a827d2b2bb
commit 0c07856ae4
2 changed files with 8 additions and 13 deletions

View File

@@ -50,9 +50,6 @@ struct peer {
/* Channel flags from opening message. */
u8 channel_flags;
/* If we've disconnected, this is set. */
bool reconnected;
/* Where we connected to, or it connected from. */
struct netaddr netaddr;