mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
i386 trap.c: Remove unused MAX_TRAP_MSG define.
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
parent
c7228026a8
commit
c46d985629
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=348799
@ -125,8 +125,6 @@ void dblfault_handler(void);
|
||||
extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
|
||||
extern uint64_t pg_nx;
|
||||
|
||||
#define MAX_TRAP_MSG 32
|
||||
|
||||
struct trap_data {
|
||||
bool ei;
|
||||
const char *msg;
|
||||
|
Loading…
Reference in New Issue
Block a user