diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-12-05 22:03:22 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-08 23:59:48 +0900 |
commit | fd672d12fd9dd8cf71cee7f52243f964f638a00c (patch) | |
tree | d6aed201a8253bd52441da796ef17fc62a02593a /i386 | |
parent | 8f1efe32baa54f9ffcd89bb33ae28de4c889cc30 (diff) |
i386/i386/trap.c: remove unused variable
* i386/i386/trap.c (brb): Remove unused variable.
Diffstat (limited to 'i386')
-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 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 |