aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-05-05 02:24:38 +0000
committerAndrew Cagney <cagney@redhat.com>2002-05-05 02:24:38 +0000
commitbedfa57bf44ca2f4f8341209f26b153e6349b576 (patch)
treec917397a7e89f5c7c02da9dc5c14703824311f67 /gdb/frame.h
parentf621c63e01043dcc3a3e0e6db1ce26702cc667f2 (diff)
downloadfsf-binutils-gdb-bedfa57bf44ca2f4f8341209f26b153e6349b576.zip
fsf-binutils-gdb-bedfa57bf44ca2f4f8341209f26b153e6349b576.tar.gz
fsf-binutils-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.h2
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);