Remove unused variables.
Fixes the sh(1) build when DEBUG is enabled.
This commit is contained in:
parent
33576f34ff
commit
602eb66c16
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: show.c,v 1.33 2016/05/11 17:28:30 kre Exp $ */
|
||||
/* $NetBSD: show.c,v 1.34 2016/10/23 08:24:27 abhinav Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
@ -37,7 +37,7 @@
|
||||
#if 0
|
||||
static char sccsid[] = "@(#)show.c 8.3 (Berkeley) 5/4/95";
|
||||
#else
|
||||
__RCSID("$NetBSD: show.c,v 1.33 2016/05/11 17:28:30 kre Exp $");
|
||||
__RCSID("$NetBSD: show.c,v 1.34 2016/10/23 08:24:27 abhinav Exp $");
|
||||
#endif
|
||||
#endif /* not lint */
|
||||
|
||||
@ -170,8 +170,6 @@ shcmd(union node *cmd, FILE *fp)
|
||||
{
|
||||
union node *np;
|
||||
int first;
|
||||
const char *s;
|
||||
int dftfd;
|
||||
int len = 0;
|
||||
|
||||
first = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user