diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-21 04:11:16 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-21 04:11:16 +0000 |
commit | 81f08b92d6f1fac7ffef42e5aa031cb8d70f1e06 (patch) | |
tree | 2268057213550e7a9e6850ef3e0018e5a01bca7e /gdb/gdbtypes.c | |
parent | 8e5b3ccb7940d68c4d42b4c15d686aa5995b7161 (diff) | |
download | ppe42-binutils-81f08b92d6f1fac7ffef42e5aa031cb8d70f1e06.tar.gz ppe42-binutils-81f08b92d6f1fac7ffef42e5aa031cb8d70f1e06.zip |
2004-01-20 Andrew Cagney <cagney@redhat.com>
* source.c (ambiguous_line_spec): Delete never-defined function.
* remote-rdi.c (arm_rdi_mourn, arm_rdi_send): Ditto.
* gdbtypes.c (add_name, add_mangled_type): Ditto.
* cli/cli-cmds.c (validate_comname): Ditto.
Diffstat (limited to 'gdb/gdbtypes.c')
-rw-r--r-- | gdb/gdbtypes.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/gdbtypes.c b/gdb/gdbtypes.c index c77d6d911c..f98cf1c579 100644 --- a/gdb/gdbtypes.c +++ b/gdb/gdbtypes.c @@ -127,8 +127,6 @@ struct extra int len; }; /* maximum extension is 128! FIXME */ -static void add_name (struct extra *, char *); -static void add_mangled_type (struct extra *, struct type *); static void print_bit_vector (B_TYPE *, int); static void print_arg_types (struct field *, int, int); static void dump_fn_fieldlists (struct type *, int); |