aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-29 00:15:48 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-29 00:15:48 +0000
commit8c69fc49d578e8e608cc3bfb4d3a58ddd9f19c32 (patch)
tree7cfa47ff4d8bec622a62f0d0154ea2da578082d8 /gdb/frame.h
parentc8286bd1e88747fcdf7f8ae1f90210449b621df6 (diff)
downloadfsf-binutils-gdb-8c69fc49d578e8e608cc3bfb4d3a58ddd9f19c32.zip
fsf-binutils-gdb-8c69fc49d578e8e608cc3bfb4d3a58ddd9f19c32.tar.gz
fsf-binutils-gdb-8c69fc49d578e8e608cc3bfb4d3a58ddd9f19c32.tar.bz2
2002-11-28 Andrew Cagney <cagney@redhat.com>
* stack.c (get_selected_block): In-line get_current_block. * frame.h (get_current_block): Delete declaration. * blockframe.c (get_current_block): Delete function.
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 7be6b62..2a5e47d 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -419,8 +419,6 @@ extern void get_frame_saved_regs (struct frame_info *,
extern struct block *get_frame_block (struct frame_info *,
CORE_ADDR *addr_in_block);
-extern struct block *get_current_block (CORE_ADDR *addr_in_block);
-
extern struct block *get_selected_block (CORE_ADDR *addr_in_block);
extern struct symbol *get_frame_function (struct frame_info *);