summaryrefslogtreecommitdiff
path: root/gdb/frame.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2013-02-01 19:58:03 +0000
committerPedro Alves <palves@redhat.com>2013-02-01 19:58:03 +0000
commitf8a562ddd90272103b34aa3291db4df00489a235 (patch)
treedf276e16c94016c7c4101425b046beec6a3b474e /gdb/frame.h
parent848a873ee947a94838a68d219f211de23aeea96b (diff)
downloadgdb-f8a562ddd90272103b34aa3291db4df00489a235.tar.gz
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 e3c6d91a4f4..31b9cb7209f 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);