mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove and unused variable.
Submitted by: Christoph Mallon christoph.mallon@gmx.de MFC after: 2 weeks
This commit is contained in:
parent
39f046dac2
commit
c09a6b1ab6
1 changed files with 1 additions and 2 deletions
|
|
@ -65,7 +65,7 @@ int
|
|||
main(int argc, char *argv[])
|
||||
{
|
||||
const struct passwd *pw;
|
||||
int ch, howto, i, fd, lflag, nflag, qflag, pflag, sverrno;
|
||||
int ch, howto, i, fd, lflag, nflag, qflag, sverrno;
|
||||
u_int pageins;
|
||||
const char *p, *user, *kernel = NULL;
|
||||
|
||||
|
|
@ -91,7 +91,6 @@ main(int argc, char *argv[])
|
|||
howto |= RB_NOSYNC;
|
||||
break;
|
||||
case 'p':
|
||||
pflag = 1;
|
||||
howto |= RB_POWEROFF;
|
||||
break;
|
||||
case 'q':
|
||||
|
|
|
|||
Loading…
Reference in a new issue