Remove unused variable (descr) in show_var().
PR: 22582 Submitted by: Giorgos Keramidas <charon@gray.westgate.gr>
This commit is contained in:
parent
b5f1d72b5f
commit
cd7c82577f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user