remove unused T_BITS define; ok miod@
authorjsg <jsg@openbsd.org>
Thu, 24 Oct 2024 06:30:28 +0000 (06:30 +0000)
committerjsg <jsg@openbsd.org>
Thu, 24 Oct 2024 06:30:28 +0000 (06:30 +0000)
sys/arch/hppa/include/trap.h

index 7ca212e..60d7560 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: trap.h,v 1.13 2024/10/23 18:45:34 miod Exp $  */
+/*     $OpenBSD: trap.h,v 1.14 2024/10/24 06:30:28 jsg Exp $   */
 
 /*
  * Copyright (c) 1999-2004 Michael Shalayeff
 #define        TFF_SYS         (1 << (31 - TFF_SYS_POS))
 #define        TFF_INTR        (1 << (31 - TFF_INTR_POS))
 
-/*
- * Define this for pretty printings of trapflags.
- */
-#define        T_BITS  "\020\07user\036intr\037itlb\040last"
-
 /*
  * These are break instruction entry points.
  */