summaryrefslogtreecommitdiff
path: root/object-file.c
diff options
context:
space:
mode:
authorRené Scharfe <l.s.r@web.de>2021-09-11 22:39:31 +0200
committerJunio C Hamano <gitster@pobox.com>2021-09-12 16:14:32 -0700
commit893b5635059a7e47b042073bc69ca0c5d9d15dc2 (patch)
treee27f0b8a4eb6aa495a02ccc3c033301c27d86414 /object-file.c
parent325006f2dbeb482f422b2c0e62b485a41cb1c64b (diff)
midx: inline nth_midxed_pack_entry()
fill_midx_entry() finds the position of an object ID and passes it to nth_midxed_pack_entry(), which uses the position to look up the object ID for its own purposes. Inline the latter into the former to avoid that lookup. Signed-off-by: René Scharfe <l.s.r@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'object-file.c')
0 files changed, 0 insertions, 0 deletions