g/c a bit of DEBUG code which crept into the last commit.

This commit is contained in:
scw 2002-09-02 14:03:22 +00:00
parent c3eb6d5b68
commit f9ab2f4618
1 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: trap.c,v 1.8 2002/09/02 14:02:03 scw Exp $ */
/* $NetBSD: trap.c,v 1.9 2002/09/02 14:03:22 scw Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@ -102,10 +102,6 @@ static void print_a_reg(const char *, register_t, int);
/* Used to trap faults while probing */
label_t *onfault;
#ifdef DEBUG
static int trap_debug;
#endif
void
userret(struct proc *p)
{