object-store: retire odb_load_loose_cache()
commit8be88dbcb1322df53c41c496bf718c5564c82bfb
authorRené Scharfe <l.s.r@web.de>
Mon, 7 Jan 2019 17:29:16 +0000 (7 18:29 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2019 17:40:19 +0000 (8 09:40 -0800)
treecfdab85c5073d450ad2386d634cced2ac3007c41
parent4cea1ce0f69d079819f2a189febcea215045dabf
object-store: retire odb_load_loose_cache()

Inline odb_load_loose_cache() into its only remaining caller,
odb_loose_cache().  The latter offers a nicer interface for loading the
cache, as it doesn't require callers to deal with fanout directory
numbers directly.

Signed-off-by: Rene Scharfe <l.s.r@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
object-store.h
sha1-file.c