summaryrefslogtreecommitdiff
path: root/sys/arch/arm
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-04-29 12:33:18 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-04-29 12:33:18 +0000
commitc4a5ed017e7b5213c1900cf033f009869de5c95f (patch)
tree36be9fa20ceb9ab4dcd90f5ee436b1386af1ad0a /sys/arch/arm
parentead799a04c781030128e42829a53b1d4d8937a47 (diff)
remove unused global vars
Diffstat (limited to 'sys/arch/arm')
-rw-r--r--sys/arch/arm/arm/fault.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/arm/arm/fault.c b/sys/arch/arm/arm/fault.c
index 62afab6e6e8..dfc0450467b 100644
--- a/sys/arch/arm/arm/fault.c
+++ b/sys/arch/arm/arm/fault.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fault.c,v 1.47 2023/01/05 20:35:44 kettenis Exp $ */
+/* $OpenBSD: fault.c,v 1.48 2024/04/29 12:33:17 jsg Exp $ */
/* $NetBSD: fault.c,v 1.46 2004/01/21 15:39:21 skrll Exp $ */
/*
@@ -95,10 +95,6 @@
#include <arm/db_machdep.h>
#include <arm/machdep.h>
#include <arm/vfp.h>
-
-#ifdef DEBUG
-int last_fault_code; /* For the benefit of pmap_fault_fixup() */
-#endif
struct sigdata {
int signo;