mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
lightningd: remove unused pid_fd member in struct lightningd
Signed-off-by: YOSHIDA Masanori <masanori.yoshida@gmail.com> Changelog-None
This commit is contained in:
parent
dc83862fc2
commit
ff2535651e
1 changed files with 0 additions and 2 deletions
|
@ -83,8 +83,6 @@ struct lightningd {
|
|||
* -1. */
|
||||
int daemon_parent_fd;
|
||||
|
||||
int pid_fd;
|
||||
|
||||
/* Our config basedir, network directory, and rpc file */
|
||||
char *config_basedir, *config_netdir;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue