Both 'c' an 'lines' are unused, the bogus init of lines was accidentally

left behind.
This commit is contained in:
John Baldwin 2003-08-02 17:35:00 +00:00
parent 884962ae4e
commit 80c09f69b0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118362

View File

@ -267,10 +267,9 @@ static int db_mach_vtrace(void);
DB_SHOW_COMMAND(ktr, db_ktr_all)
{
int lines, quit;
int quit;
quit = 0;
lines = NUM_LINES_PER_PAGE;
tstate.cur = (ktr_idx - 1) & (KTR_ENTRIES - 1);
tstate.first = -1;
if (strcmp(modif, "v") == 0)