aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-02-01 19:58:04 +0000
committerPedro Alves <palves@redhat.com>2013-02-01 19:58:04 +0000
commitc1f7d745c881cc3f9a8b52c9a4e420f0a687a848 (patch)
tree2643c36c2277b2884e6b3c4e9dec256cec658250 /gdb/frame.h
parent8a92335bfca80cc9b4cd217505ea0dcbfdefbf07 (diff)
Garbage collect deprecated_pc_in_call_dummy
I noticed there are no users of deprecated_pc_in_call_dummy left in the tree. The last user was ARM. Usage removed here: http://sourceware.org/ml/gdb-patches/2010-03/msg00820.html This deletes the function. 2013-02-01 Pedro Alves <palves@redhat.com> * dummy-frame.c (deprecated_pc_in_call_dummy): Delete function. * frame.h (deprecated_pc_in_call_dummy): 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 e3c6d91a4f..31b9cb7209 100644
--- a/gdb/frame.h
+++ b/gdb/frame.h
@@ -670,8 +670,6 @@ extern void print_frame_info (struct frame_info *, int print_level,
extern struct frame_info *block_innermost_frame (const struct block *);
-extern int deprecated_pc_in_call_dummy (struct gdbarch *gdbarch, CORE_ADDR pc);
-
extern int deprecated_frame_register_read (struct frame_info *frame, int regnum,
gdb_byte *buf);