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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=77567

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;