diff options
| author | Jo-Philipp Wich | 2018-12-21 08:00:48 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2018-12-21 08:00:48 +0000 |
| commit | 2e8106ac5683be723b7f4e4ee522678b60b5ab50 (patch) | |
| tree | 215f39e0e8059454320d91c13bec9aed1c19b61a | |
| parent | e5243c16eb214d2f6a2008ca4f15c4eb3ec6682c (diff) | |
| download | rpcd-2e8106ac5683be723b7f4e4ee522678b60b5ab50.tar.gz | |
file: remove unused members from struct rpc_file_exec_context
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | file.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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; }; |