diff options
author | Tom Tromey <tom@tromey.com> | 2025-03-25 07:17:38 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2025-04-01 07:30:10 -0600 |
commit | 2dc660bd2b23265574c8779a3aed5272c1829b5c (patch) | |
tree | 222d23e5e776fe36062024c5e9a91de4620444d8 /gdb/python/py-utils.c | |
parent | d33f7cc36e7fb5f53452febb28cb3189d3290fb8 (diff) | |
download | binutils-2dc660bd2b23265574c8779a3aed5272c1829b5c.zip binutils-2dc660bd2b23265574c8779a3aed5272c1829b5c.tar.gz binutils-2dc660bd2b23265574c8779a3aed5272c1829b5c.tar.bz2 |
Remove cooked_index_worker::result_type
cooked_index_worker::result_type is an ad hoc tuple type used for
transferring data between phases of the indexer. It's a bit unwieldy
and another patch I'm working on would be somewhat nicer without it.
This patch removes the type. Now cooked_index_ephemeral objects are
transferred instead, which is handy because they already hold the
needed state.
Approved-By: Simon Marchi <simon.marchi@efficios.com>
Diffstat (limited to 'gdb/python/py-utils.c')
0 files changed, 0 insertions, 0 deletions