diff options
author | Michael Snyder <msnyder@specifix.com> | 2001-01-02 20:49:18 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@specifix.com> | 2001-01-02 20:49:18 +0000 |
commit | 1e92bd45425c1a1d27dfeae9ef8c83272bf180af (patch) | |
tree | 5bbc28ea0954f9b6b719dc325cd7737d988bd040 /gdb/sh-tdep.c | |
parent | 0eda240a1da475fa1365ff1faba30f5e7b00beda (diff) | |
download | gdb-1e92bd45425c1a1d27dfeae9ef8c83272bf180af.tar.gz |
Remove prototypes for obsolete static functions.
Diffstat (limited to 'gdb/sh-tdep.c')
-rw-r--r-- | gdb/sh-tdep.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/sh-tdep.c b/gdb/sh-tdep.c index 0ef158c57b0..b3a8f9ffc2e 100644 --- a/gdb/sh-tdep.c +++ b/gdb/sh-tdep.c @@ -56,8 +56,6 @@ static gdbarch_frame_init_saved_regs_ftype sh_fp_frame_init_saved_regs; static gdbarch_init_extra_frame_info_ftype sh_init_extra_frame_info; static gdbarch_pop_frame_ftype sh_pop_frame; static gdbarch_saved_pc_after_call_ftype sh_saved_pc_after_call; -static gdbarch_frame_args_address_ftype sh_frame_args_address; -static gdbarch_frame_locals_address_ftype sh_frame_locals_address; /* Function call related functions. */ static gdbarch_extract_return_value_ftype sh_extract_return_value; |