diff options
Diffstat (limited to 'sys/amd64/include/proc.h')
-rw-r--r-- | sys/amd64/include/proc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/include/proc.h b/sys/amd64/include/proc.h index bc2679e..4217c4f 100644 --- a/sys/amd64/include/proc.h +++ b/sys/amd64/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_ */ |