aboutsummaryrefslogtreecommitdiffstats
path: root/cgit.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-10-14 16:13:07 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-10-14 16:13:07 +0200
commitfd069b4ca08cb46eb335a1434330b21fbaf84b9c (patch)
tree86596b5a361224322ea8ff23130273c835c25452 /cgit.h
parentparsing: don't clear existing state with empty input (diff)
downloadcgit-fd069b4ca08cb46eb335a1434330b21fbaf84b9c.tar.xz
cgit-fd069b4ca08cb46eb335a1434330b21fbaf84b9c.zip
filter: pipe_fh should be local
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cgit.h b/cgit.h
index 0b88dcd..005ae63 100644
--- a/cgit.h
+++ b/cgit.h
@@ -71,7 +71,6 @@ struct cgit_exec_filter {
char *cmd;
char **argv;
int old_stdout;
- int pipe_fh[2];
int pid;
};