commit | 5a89072f36ddd3be71103e3806d42ff5e49ff616 | [log] [tgz] |
---|---|---|
author | Tom Tromey <tromey@adacore.com> | Thu Dec 15 09:38:05 2022 -0700 |
committer | Tom Tromey <tromey@adacore.com> | Tue Jan 17 07:03:26 2023 -0700 |
tree | d73fd6172a360c583bea2bb9a61fd24733f61d09 | |
parent | 1a6191f1a614f61d20bfe414b81c39a8ca785cc7 [diff] |
Move hash_entry and eq_entry into cooked_index::do_finalize I was briefly confused by the hash_entry and eq_entry functions in the cooked index. They are only needed in a single method, and that method already has a couple of local lambdas for a different hash table. So, it seemed cleaner to move these there as well.