Remove an unused variable

This commit is contained in:
Brian Somers 2000-05-26 08:29:11 +00:00
parent 5e269efe6e
commit 07e4efad3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60946

View file

@ -109,7 +109,7 @@ exec_Create(struct physical *p)
log_Printf(LogPHASE, "Unable to create pipe for line exec: %s\n",
strerror(errno));
else {
static int child_status, child_pid; /* These variables are abused */
static int child_status; /* This variable is abused ! */
int stat, argc, i, ret, wret, pidpipe[2];
pid_t pid, realpid;
char *argv[MAXARGS];