diff options
Diffstat (limited to 'sys/sparc64/include/frame.h')
-rw-r--r-- | sys/sparc64/include/frame.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sparc64/include/frame.h b/sys/sparc64/include/frame.h index 1783d5f..500a38f 100644 --- a/sys/sparc64/include/frame.h +++ b/sys/sparc64/include/frame.h @@ -90,6 +90,4 @@ struct thread; int rwindow_save(struct thread *td); int rwindow_load(struct thread *td, struct trapframe *tf, int n); -int kdb_trap(struct trapframe *tf); - #endif /* !_MACHINE_FRAME_H_ */ |