summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--i386/i386/trap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/i386/i386/trap.c b/i386/i386/trap.c
index ccbc94c..c0611d6 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