diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 4a38c47443a..8589acaa8b5 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -1831,7 +1831,6 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir) | |||
| 1831 | pid = child_setup (xforkin, xforkout, xforkout, | 1831 | pid = child_setup (xforkin, xforkout, xforkout, |
| 1832 | new_argv, 1, encoded_current_dir); | 1832 | new_argv, 1, encoded_current_dir); |
| 1833 | #else /* not WINDOWSNT */ | 1833 | #else /* not WINDOWSNT */ |
| 1834 | emacs_close (wait_child_setup[0]); | ||
| 1835 | child_setup (xforkin, xforkout, xforkout, | 1834 | child_setup (xforkin, xforkout, xforkout, |
| 1836 | new_argv, 1, encoded_current_dir); | 1835 | new_argv, 1, encoded_current_dir); |
| 1837 | #endif /* not WINDOWSNT */ | 1836 | #endif /* not WINDOWSNT */ |