diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-08-17 13:09:24 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-08-17 09:36:10 -0700 |
| commit | 0e67428c8580c461317768f7fe9916c71435d9e3 (patch) | |
| tree | b3702edfc79c95100adb15e3bf2c6052890b44b7 /t/t4013/diff.diff_initial..side | |
| parent | f978f560dd7f0c92ed1834198747da621400350a (diff) | |
odb: drop `loaded_alternates` field
The `struct object_database::loaded_alternates` field tells us whether
or not alternates have been loaded already. This field was useful before
the preceding commit as we were indeed lazy-loading alternates. But now
that we started to eagerly load them we can assume them to be loaded
after `odb_new()`, and hence the field does not serve any purpose
anymore.
Remove it.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.diff_initial..side')
0 files changed, 0 insertions, 0 deletions
