diff options
-rw-r--r-- | i386/i386/trap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c index ccbc94cc..c0611d6f 100644 --- a/i386/i386/trap.c +++ b/i386/i386/trap.c @@ -147,9 +147,6 @@ char *trap_name(unsigned int trapnum) return trapnum < TRAP_TYPES ? trap_type[trapnum] : "(unknown)"; } - -boolean_t brb = TRUE; - /* * Trap from kernel mode. Only page-fault errors are recoverable, * and then only in special circumstances. All other errors are |