Remove and unused variable.

Submitted by:	Christoph Mallon christoph.mallon@gmx.de
MFC after:	2 weeks
This commit is contained in:
Bjoern A. Zeeb 2009-01-31 13:48:15 +00:00
parent 39f046dac2
commit c09a6b1ab6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=187956

View File

@ -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':