| commit | f1e96c08e7a45c210680829173bba3d2a88136c7 | [log] [tgz] |
|---|---|---|
| author | Tom Tromey <tom@tromey.com> | Mon Feb 24 21:06:27 2025 -0700 |
| committer | Tom Tromey <tom@tromey.com> | Tue Feb 25 14:57:12 2025 -0700 |
| tree | 12e34c5a1dd464cf3b7dc4e0834f0254d6f7f9d1 | |
| parent | 60b9de2ec0b6178fb4832c752b0ec322d8071b1d [diff] |
Remove struct print_one_inferior_data struct print_one_inferior_data is not used, so remove it.
diff --git a/gdb/mi/mi-main.c b/gdb/mi/mi-main.c index 9d084c3..446a4f4 100644 --- a/gdb/mi/mi-main.c +++ b/gdb/mi/mi-main.c
@@ -622,12 +622,6 @@ collect_cores (struct thread_info *ti, void *xdata) return 0; } -struct print_one_inferior_data -{ - int recurse; - const std::set<int> *inferiors; -}; - static void print_one_inferior (struct inferior *inferior, bool recurse, const std::set<int> &ids)