I'm a dunce. Clean up some warnings by axeing some unused variables from

the previous commit.
This commit is contained in:
John Baldwin 2001-06-15 21:09:44 +00:00
parent 08aadfbb98
commit 7474a22698
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=78296

View file

@ -201,13 +201,11 @@ db_stack_trace_cmd(db_expr_t addr, boolean_t have_addr, db_expr_t count, char *m
u_long tfps;
const char *symname;
struct pcb *pcbp;
char c, *cp = modif;
struct trapframe *tf = NULL;
boolean_t ra_from_tf = FALSE;
boolean_t ra_from_pcb;
u_long last_ipl = ~0L;
struct proc *p = NULL;
boolean_t trace_thread = FALSE;
boolean_t have_trapframe = FALSE;
pid_t pid;