summaryrefslogtreecommitdiff
path: root/sys/arch/vax/include/pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/vax/include/pcb.h')
-rw-r--r--sys/arch/vax/include/pcb.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/vax/include/pcb.h b/sys/arch/vax/include/pcb.h
index b8732d54d10..bbc96b002b7 100644
--- a/sys/arch/vax/include/pcb.h
+++ b/sys/arch/vax/include/pcb.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcb.h,v 1.8 2013/11/24 22:08:23 miod Exp $ */
+/* $OpenBSD: pcb.h,v 1.9 2015/05/05 02:13:47 guenther Exp $ */
/* $NetBSD: pcb.h,v 1.10 1996/02/02 18:08:26 mycroft Exp $ */
/*
@@ -69,10 +69,5 @@ struct pcb {
#define AST_MASK 0x07000000
#define AST_PCB 0x04000000
-/* machine-specific core dump; save regs */
-struct md_coredump {
- struct reg md_reg;
-};
-
#endif /* _MACHINE_PCB_H_ */