Remove unused parameter in solib_add and update_solib_list
[deliverable/binutils-gdb.git] / gdb / infcmd.c
index d8361624c36f6caae73ec76cf6c72810f7e2bc37..d41e609f8e27a4870a330d1fa5ea0c4868be5696 100644 (file)
@@ -458,7 +458,7 @@ post_create_inferior (struct target_ops *target, int from_tty)
          /* If the solist is global across processes, there's no need to
             refetch it here.  */
          if (!gdbarch_has_global_solist (target_gdbarch ()))
-           solib_add (NULL, 0, target, auto_solib_add);
+           solib_add (NULL, 0, auto_solib_add);
        }
     }
 
This page took 0.024802 seconds and 4 git commands to generate.