file: remove unused members from struct rpc_file_exec_context
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
e5243c16eb
commit
2e8106ac56
1 changed files with 0 additions and 4 deletions
4
file.c
4
file.c
|
@ -63,10 +63,6 @@ struct rpc_file_exec_context {
|
|||
struct uloop_process process;
|
||||
struct ustream_fd opipe;
|
||||
struct ustream_fd epipe;
|
||||
int outlen;
|
||||
char *out;
|
||||
int errlen;
|
||||
char *err;
|
||||
int stat;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue