Remove args from target detach
[deliverable/binutils-gdb.git] / gdb / darwin-nat.c
index a51d8b11d661143e7e4af2fcd1e5a371d201c974..1441a6ad6d67fdea9c80d6ae04df557679a2f76b 100644 (file)
@@ -1938,7 +1938,7 @@ darwin_attach (struct target_ops *ops, const char *args, int from_tty)
    previously attached.  It *might* work if the program was
    started via fork.  */
 static void
-darwin_detach (struct target_ops *ops, const char *args, int from_tty)
+darwin_detach (struct target_ops *ops, int from_tty)
 {
   pid_t pid = ptid_get_pid (inferior_ptid);
   struct inferior *inf = current_inferior ();
This page took 0.028671 seconds and 4 git commands to generate.