read-cache: drop unused parameter from threaded load
commit7bd9631bfc17f685f79093f11e1bbe01ab280b1c
authorJeff King <peff@peff.net>
Thu, 9 May 2019 21:29:44 +0000 (9 17:29 -0400)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 May 2019 05:22:54 +0000 (13 14:22 +0900)
tree8c09f123c4dcffc29b2b2011ca3800c9e9006888
parent3c1dce8835a983ffc34f6656f665a04d9ce7da79
read-cache: drop unused parameter from threaded load

The load_cache_entries_threaded() function takes a src_offset parameter
that it doesn't use. This has been there since its inception in
77ff1127a4 (read-cache: load cache entries on worker threads,
2018-10-10).

Digging on the mailing list, that parameter was part of an earlier
iteration of the series[1], but became unnecessary when the code
switched to using the IEOT extension.

[1] https://public-inbox.org/git/20180906210227.54368-5-benpeart@microsoft.com/

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c