mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Remove unused variable.
PR: bin/20052 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
This commit is contained in:
parent
12dc24ded3
commit
aec01c66a8
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ ConfigCmd(int ac, char **av)
|
|||
char *const status = (char *) resp->data;
|
||||
char *path;
|
||||
char buf[NG_TEXTRESPONSE];
|
||||
int nostat = 0, i, j;
|
||||
int nostat = 0, i;
|
||||
|
||||
/* Get arguments */
|
||||
if (ac < 2)
|
||||
|
|
|
|||
Loading…
Reference in a new issue