refs: remove unused function invalidate_ref_cache
commit746593bdcaf86827e016c97e091442d6a227de0f
authorStefan Beller <stefanbeller@googlemail.com>
Sat, 26 Oct 2013 17:03:01 +0000 (26 19:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2013 15:55:56 +0000 (28 08:55 -0700)
tree2f5085f41509da2b9cbf367a0d938adb2d40b171
parentca462804c68b5ac0936242d4938fc9273b00180d
refs: remove unused function invalidate_ref_cache

The function 'invalidate_ref_cache' was introduced in 79c7ca5 (2011-10-17,
invalidate_ref_cache(): rename function from invalidate_cached_refs())
by a rename and elevated to be publicly usable in 8be8bde (2011-10-17,
invalidate_ref_cache(): expose this function in the refs API)

However it is not used anymore, as 8bf90dc (2011-10-17, write_ref_sha1():
only invalidate the loose ref cache) and (much) later 506a760 (2013-04-22,
refs: change how packed refs are deleted) removed any calls to this
function. So it seems as if we don't need that function any more,
good bye!

Signed-off-by: Stefan Beller <stefanbeller@googlemail.com>
Acked-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c
refs.h