mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 09:34:43 +02:00
filter: make exit status local
It's only used in one place, and not useful to have around since close_filter will die() if exit_status isn't what it expects, anyway. So this is best as just a local variable instead of as part of the struct. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
d01a6eec43
commit
b67ea0c022
2 changed files with 4 additions and 4 deletions
1
cgit.h
1
cgit.h
|
@ -62,7 +62,6 @@ struct cgit_filter {
|
|||
int old_stdout;
|
||||
int pipe_fh[2];
|
||||
int pid;
|
||||
int exitstatus;
|
||||
};
|
||||
|
||||
struct cgit_repo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue