read-cache: delete unused hashing methods
authorDerrick Stolee <dstolee@microsoft.com>
Tue, 18 May 2021 18:32:48 +0000 (18:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 May 2021 07:41:21 +0000 (16:41 +0900)
commitf6e2cd0625c8f15505a1bc11828b21490dff59e6
tree29c73ae6dd620b49dd12cb6ad306abe4bade8811
parent410334ed5212979a3ff6c8ca119ca14290ee7790
read-cache: delete unused hashing methods

These methods were marked as MAYBE_UNUSED in the previous change to
avoid a complicated diff. Delete them entirely, since we now use the
hashfile API instead of this custom hashing code.

Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c