read-cache: drop unused parameter from threaded load
authorJeff King <redacted>
Thu, 9 May 2019 21:29:44 +0000 (17:29 -0400)
committerJunio C Hamano <redacted>
Mon, 13 May 2019 05:22:54 +0000 (14:22 +0900)
commit7bd9631bfc17f685f79093f11e1bbe01ab280b1c
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 <redacted>
Signed-off-by: Junio C Hamano <redacted>
read-cache.c
git clone https://git.99rst.org/PROJECT