From: Jo-Philipp Wich Date: Fri, 21 Dec 2018 08:00:48 +0000 (+0100) Subject: file: remove unused members from struct rpc_file_exec_context X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2e8106ac5683be723b7f4e4ee522678b60b5ab50;p=oweals%2Frpcd.git file: remove unused members from struct rpc_file_exec_context Signed-off-by: Jo-Philipp Wich --- diff --git a/file.c b/file.c index 04be608..09b4afd 100644 --- 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; };