aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/process.c b/src/process.c
index ea463cd9187..7f6f6bafbea 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1623,9 +1623,6 @@ create_process (Lisp_Object process, char **new_argv, Lisp_Object current_dir)
1623 /* Use volatile to protect variables from being clobbered by longjmp. */ 1623 /* Use volatile to protect variables from being clobbered by longjmp. */
1624 volatile int forkin, forkout; 1624 volatile int forkin, forkout;
1625 volatile int pty_flag = 0; 1625 volatile int pty_flag = 0;
1626#ifndef USE_CRT_DLL
1627 extern char **environ;
1628#endif
1629 1626
1630 inchannel = outchannel = -1; 1627 inchannel = outchannel = -1;
1631 1628