diff src/process.c @ 638:40b255f55df3

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Sun, 10 May 1992 18:15:10 +0000
parents 2bb7f23b7ea5
children 70b112526394
line wrap: on
line diff
--- a/src/process.c	Sun May 10 18:13:22 1992 +0000
+++ b/src/process.c	Sun May 10 18:15:10 1992 +0000
@@ -1109,11 +1109,8 @@
 #endif
   int pty_flag = 0;
   Lisp_Object current_dir;
-  char **env;
   extern char **environ;
 
-  env = environ;
-
   inchannel = outchannel = -1;
 
 #ifdef HAVE_PTYS
@@ -1318,7 +1315,7 @@
 
 	child_setup_tty (xforkout);
 	child_setup (xforkin, xforkout, xforkout,
-		     new_argv, env, 1, current_dir);
+		     new_argv, 1, current_dir);
       }
     environ = save_environ;
   }