commit | bed34ce7058b56d3a1e171de31df2a0a30afb8fd | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Fri Nov 04 14:11:56 2022 -0600 |
committer | Tom Tromey <tromey@adacore.com> | Thu Dec 01 11:16:41 2022 -0700 |
tree | 5a0f810453034b7fc5d0077cb682e4a25d645a09 | |
parent | 5f0a4fb85ed3b5fb112ff884a98eb95c685658b0 [diff] |
Refactor cooked_index::do_finalize This refactors cooked_index::do_finalize, reordering an 'if' to make it a little less redundant. This change makes a subsequent patch easier to read. Reviewed-by: Andrew Burgess <aburgess@redhat.com>