mirror of
https://github.com/git-for-windows/git.git
synced 2026-03-11 01:30:01 -05:00
The reader code passes around a "struct reftable_reader" context variable. But the seek function doesn't need it; the table iterator we already get is sufficient. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>