Remove unused variable (descr) in show_var().

PR:		22582
Submitted by:	Giorgos Keramidas <charon@gray.westgate.gr>
This commit is contained in:
Dima Dorfman 2001-06-01 02:58:09 +00:00
parent 6b0b1ebfc5
commit ce35978374
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ static int
show_var(int *oid, int nlen)
{
u_char buf[BUFSIZ], *val, *p;
char name[BUFSIZ], descr[BUFSIZ], *fmt;
char name[BUFSIZ], *fmt;
int qoid[CTL_MAXNAME+2];
int i;
size_t j, len;