diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 1ed7ced..dd3675e 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -120,14 +120,6 @@ show_inferior_tty_command (struct ui_file *file, int from_tty, "is \"%s\".\n"), inferior_tty.c_str ()); } -void -set_inferior_args_vector (int argc, char **argv) -{ - gdb::array_view<char * const> args (argv, argc); - std::string n = construct_inferior_arguments (args); - current_inferior ()->set_args (std::move (n)); -} - /* Store the new value passed to 'set args'. */ static void |