diff options
author | Tom Tromey <tom@tromey.com> | 2025-02-24 21:06:27 -0700 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2025-02-25 14:57:12 -0700 |
commit | f1e96c08e7a45c210680829173bba3d2a88136c7 (patch) | |
tree | 12e34c5a1dd464cf3b7dc4e0834f0254d6f7f9d1 | |
parent | 60b9de2ec0b6178fb4832c752b0ec322d8071b1d (diff) | |
download | binutils-f1e96c08e7a45c210680829173bba3d2a88136c7.zip binutils-f1e96c08e7a45c210680829173bba3d2a88136c7.tar.gz binutils-f1e96c08e7a45c210680829173bba3d2a88136c7.tar.bz2 |
Remove struct print_one_inferior_data
struct print_one_inferior_data is not used, so remove it.
-rw-r--r-- | gdb/mi/mi-main.c | 6 |
1 files changed, 0 insertions, 6 deletions
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) |