svn commit: r349302 - stable/12/sys/i386/i386

Konstantin Belousov kib at FreeBSD.org
Sun Jun 23 11:02:32 UTC 2019


Author: kib
Date: Sun Jun 23 11:02:31 2019
New Revision: 349302
URL: https://svnweb.freebsd.org/changeset/base/349302

Log:
  MFC r348799:
  i386 trap.c: Remove unused MAX_TRAP_MSG define.

Modified:
  stable/12/sys/i386/i386/trap.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/i386/i386/trap.c
==============================================================================
--- stable/12/sys/i386/i386/trap.c	Sun Jun 23 11:01:09 2019	(r349301)
+++ stable/12/sys/i386/i386/trap.c	Sun Jun 23 11:02:31 2019	(r349302)
@@ -124,8 +124,6 @@ void dblfault_handler(void);
 
 extern inthand_t IDTVEC(bpt), IDTVEC(dbg), IDTVEC(int0x80_syscall);
 
-#define MAX_TRAP_MSG		32
-
 struct trap_data {
 	bool		ei;
 	const char	*msg;


More information about the svn-src-all mailing list