Remove args from target detach
[deliverable/binutils-gdb.git] / gdb / record.c
index 767b9f6afd434b326ea91bd7837272905e3c8d77..74a14dc07bf08151d55e1c8fcdbcac0be1a1d47f 100644 (file)
@@ -187,7 +187,7 @@ record_disconnect (struct target_ops *t, const char *args, int from_tty)
 /* See record.h.  */
 
 void
-record_detach (struct target_ops *t, const char *args, int from_tty)
+record_detach (struct target_ops *t, int from_tty)
 {
   gdb_assert (t->to_stratum == record_stratum);
 
@@ -196,7 +196,7 @@ record_detach (struct target_ops *t, const char *args, int from_tty)
   record_stop (t);
   record_unpush (t);
 
-  target_detach (args, from_tty);
+  target_detach (from_tty);
 }
 
 /* See record.h.  */
This page took 0.035086 seconds and 4 git commands to generate.