diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-04-22 18:19:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-04-22 18:19:56 +0000 |
commit | fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2 (patch) | |
tree | a781b72f693c24379b7bdb9a0d99463a5d604fa2 /gdb/frame.h | |
parent | 269137b29af50acd8e84f66fdeef94f3559bf75c (diff) | |
download | gdb-fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2.zip gdb-fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2.tar.gz gdb-fcf29e5f0e126c69ecb6ddd54613cc3c56a4a1b2.tar.bz2 |
2004-04-22 Andrew Cagney <cagney@redhat.com>
* frame.h (show_frame_info): Delete declaration.
Diffstat (limited to 'gdb/frame.h')
-rw-r--r-- | gdb/frame.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/frame.h b/gdb/frame.h index f58d85d..69d4e8f 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -563,8 +563,6 @@ extern void show_stack_frame (struct frame_info *); extern void print_frame_info (struct frame_info *, int, int, int); -extern void show_frame_info (struct frame_info *, int, int, int); - extern struct frame_info *block_innermost_frame (struct block *); /* NOTE: cagney/2002-09-13: There is no need for this function. */ |