file: remove unused members from struct rpc_file_exec_context
authorJo-Philipp Wich <jo@mein.io>
Fri, 21 Dec 2018 08:00:48 +0000 (09:00 +0100)
committerJo-Philipp Wich <jo@mein.io>
Fri, 21 Dec 2018 08:00:48 +0000 (09:00 +0100)
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
file.c

diff --git a/file.c b/file.c
index 04be6081d8e668947f12569aa06fee7ea20319ff..09b4afd6e97cc5125bfca9beed2f66bc2193119a 100644 (file)
--- a/file.c
+++ b/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;
 };