summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-07-11 15:31:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-07-11 15:31:43 +0000
commit6dcfbd552231ce8bd2003e257835de75cf567997 (patch)
tree24825646a5c1294115298839e7599d8b81452f98 /gdb/frame.h
parent0fd1a6fdd4303de5cdcbe42a42edd3d8d08f1c90 (diff)
downloadgdb-6dcfbd552231ce8bd2003e257835de75cf567997.tar.gz
2003-07-11 Andrew Cagney <cagney@redhat.com>
* frame.h (frame_address_in_block): Delete declaration. * blockframe.c (frame_address_in_block): Delete function. (get_frame_block): Use get_frame_address_in_block. (block_innermost_frame): Ditto. * stack.c (print_frame, backtrace_command_1): Ditto.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r--gdb/frame.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/frame.h b/gdb/frame.h
index 56cb72e1250..8851b3a27b0 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -542,10 +542,6 @@ extern struct block *get_selected_block (CORE_ADDR *addr_in_block);
extern struct symbol *get_frame_function (struct frame_info *);
-/* DEPRECATED: Replaced by tye pair get_frame_address_in_block and
- frame_unwind_address_in_block. */
-extern CORE_ADDR frame_address_in_block (struct frame_info *);
-
extern CORE_ADDR get_pc_function_start (CORE_ADDR);
extern int frameless_look_for_prologue (struct frame_info *);