file: remove unused members from struct rpc_file_exec_context

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
Jo-Philipp Wich 2018-12-21 09:00:48 +01:00
parent e5243c16eb
commit 2e8106ac56

4
file.c
View file

@ -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;
};