projects
/
project
/
rpcd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5243c1
)
file: remove unused members from struct rpc_file_exec_context
author
Jo-Philipp Wich
<jo@mein.io>
Fri, 21 Dec 2018 08:00:48 +0000
(09:00 +0100)
committer
Jo-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
patch
|
blob
|
history
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;
};