diff options
Diffstat (limited to 'sys/i386/include/proc.h')
| -rw-r--r-- | sys/i386/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/proc.h b/sys/i386/include/proc.h index bc2679e385c3a..4217c4f44487b 100644 --- a/sys/i386/include/proc.h +++ b/sys/i386/include/proc.h @@ -43,7 +43,6 @@ * Machine-dependent part of the proc structure for i386. */ struct mdproc { - struct trapframe *md_regs; /* registers on current frame */ }; #endif /* !_MACHINE_PROC_H_ */ |
