2004-01-20 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Wed, 21 Jan 2004 04:11:16 +0000 (04:11 +0000)
committerAndrew Cagney <cagney@redhat.com>
Wed, 21 Jan 2004 04:11:16 +0000 (04:11 +0000)
* 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.

gdb/ChangeLog
gdb/cli/cli-cmds.c
gdb/gdbtypes.c
gdb/remote-rdi.c

index e483d6de3890141afb241316e55ff0902755aa1d..cc67ce00dab9bbcae96cfe126c3e5d36275d20a9 100644 (file)
@@ -1,3 +1,10 @@
+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.
+
 2004-01-20  Andrew Cagney  <cagney@redhat.com>
 
        * tui/tui-disasm.h: Update copyright.  Include "tui.h" and
index dcfd74fa73284ac8ac8bcfffe08b1faa4261f27a..00aef54c0e006f3da57bc0cc18e8ec2564c75434 100644 (file)
@@ -59,8 +59,6 @@ static void pwd_command (char *, int);
 
 static void show_version (char *, int);
 
-static void validate_comname (char *);
-
 static void help_command (char *, int);
 
 static void show_command (char *, int);
index c77d6d911cb8dfbb0932ad3de6188b2d26aa8a97..f98cf1c579f632e92712912ff195cd7fe2fdc69a 100644 (file)
@@ -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);
index bd208c11645a4abe5605c0f8d3107b8a4a4dde53..aa005a7f52ba38475624ea9dffe9f6ac172accef 100644 (file)
@@ -76,10 +76,6 @@ static void arm_rdi_close (int quitting);
 
 static void arm_rdi_store_registers (int regno);
 
-static void arm_rdi_mourn (void);
-
-static void arm_rdi_send (char *buf);
-
 static ptid_t arm_rdi_wait (ptid_t ptid, struct target_waitstatus *status);
 
 static void arm_rdi_kill (void);
This page took 0.031364 seconds and 4 git commands to generate.