Author: kib
Date: Sat Jun  8 13:41:39 2019
New Revision: 348799
URL: https://svnweb.freebsd.org/changeset/base/348799

Log:
  i386 trap.c: Remove unused MAX_TRAP_MSG define.
  
  Sponsored by: The FreeBSD Foundation
  MFC after:    1 week

Modified:
  head/sys/i386/i386/trap.c

Modified: head/sys/i386/i386/trap.c
==============================================================================
--- head/sys/i386/i386/trap.c   Sat Jun  8 13:40:57 2019        (r348798)
+++ head/sys/i386/i386/trap.c   Sat Jun  8 13:41:39 2019        (r348799)
@@ -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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to