diff options
Diffstat (limited to 'gdb/dummy-frame.h')
-rw-r--r-- | gdb/dummy-frame.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/dummy-frame.h b/gdb/dummy-frame.h index 7f4c38f..07f8f5a 100644 --- a/gdb/dummy-frame.h +++ b/gdb/dummy-frame.h @@ -32,12 +32,4 @@ struct frame_id; extern const struct frame_unwind *dummy_frame_sniffer (struct frame_info *next_frame); -/* Return the regcache that belongs to the dummy-frame identifed by PC - and FP, or NULL if no such frame exists. */ -/* FIXME: cagney/2002-11-08: The function only exists because of - deprecated_generic_get_saved_register. Eliminate that function and - this, to, can go. */ - -extern struct regcache *deprecated_find_dummy_frame_regcache (CORE_ADDR pc, - CORE_ADDR fp); #endif /* !defined (DUMMY_FRAME_H) */ |