diff options
Diffstat (limited to 'sys/mips/include/frame.h')
-rw-r--r-- | sys/mips/include/frame.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/mips/include/frame.h b/sys/mips/include/frame.h index de7f94c66607..05ceabdcc45d 100644 --- a/sys/mips/include/frame.h +++ b/sys/mips/include/frame.h @@ -124,10 +124,4 @@ struct trapframe { register_t fdummy; }; -/* REVISIT */ -struct frame *get_current_fp(void); -#define get_next_fp(fp) (0) -#define get_return_ptr(fp) (0) -void get_stack_trace(u_int32_t depth, u_int32_t *trace); - #endif /* !_MACHINE_FRAME_H_ */ |