Code

start_command(), .in/.out/.err = -1: Callers must close the file descriptor
[git.git] / run-command.h
index 1fc781d7668468f9e74bd430b7569dc040440ba8..e9c84d03639a59178e16361ee70df95835b9beb3 100644 (file)
@@ -19,8 +19,6 @@ struct child_process {
        int err;
        const char *dir;
        const char *const *env;
-       unsigned close_in:1;
-       unsigned close_out:1;
        unsigned no_stdin:1;
        unsigned no_stdout:1;
        unsigned no_stderr:1;