+2010-06-28  Doug Evans  <dje@google.com>
+
+       * breakpoint.c (breakpoint_sals_to_pc): Delete arg address, unused.
+       All callers updated.
+
 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
        * cp-valprint.c (cp_print_value_fields) <recurse == 0>: Call
 
    inserted as a breakpoint.  If it can't throw an error. */
 
 static void
-breakpoint_sals_to_pc (struct symtabs_and_lines *sals,
-                      char *address)
+breakpoint_sals_to_pc (struct symtabs_and_lines *sals)
 {    
   int i;
 
   /* Resolve all line numbers to PC's and verify that the addresses
      are ok for the target.  */
   if (!pending)
-    breakpoint_sals_to_pc (&sals, addr_start);
+    breakpoint_sals_to_pc (&sals);
 
   type_wanted = (traceflag
                 ? (hardwareflag ? bp_fast_tracepoint : bp_tracepoint)