From fd069b4ca08cb46eb335a1434330b21fbaf84b9c Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sat, 14 Oct 2017 16:13:07 +0200 Subject: filter: pipe_fh should be local Signed-off-by: Jason A. Donenfeld --- cgit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'cgit.h') 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; }; -- cgit v1.2.3