diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-05 02:24:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-05 02:24:38 +0000 |
commit | bedfa57bf44ca2f4f8341209f26b153e6349b576 (patch) | |
tree | c917397a7e89f5c7c02da9dc5c14703824311f67 /gdb/frame.h | |
parent | f621c63e01043dcc3a3e0e6db1ce26702cc667f2 (diff) | |
download | gdb-bedfa57bf44ca2f4f8341209f26b153e6349b576.zip gdb-bedfa57bf44ca2f4f8341209f26b153e6349b576.tar.gz gdb-bedfa57bf44ca2f4f8341209f26b153e6349b576.tar.bz2 |
* stack.c (select_and_print_frame): Make static. Delete the
parameter `level'.
(func_command): Update call.
(select_frame_command): Delete code computing the frame level.
* frame.h (select_and_print_frame): Delete declaration.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index 9a041c4..f0631b0 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -248,8 +248,6 @@ extern void select_frame (struct frame_info *); extern void record_selected_frame (CORE_ADDR *, int *); -extern void select_and_print_frame (struct frame_info *, int); - extern void print_frame_info (struct frame_info *, int, int, int); extern void show_frame_info (struct frame_info *, int, int, int); |