]> git.ipfire.org Git - thirdparty/git.git/commit - name-hash.c
name-hash: retire unused index_name_exists()
authorEric Sunshine <sunshine@sunshineco.com>
Thu, 2 Jan 2014 21:57:12 +0000 (16:57 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2014 23:26:33 +0000 (15:26 -0800)
commit7b359ea6b3333a87fd3fa8b84913f2b75ed244ad
treee86f62d75e9ff47be8f4231d9ee22a8eb4c5add5
parentb6aad994737458177ddf68939719f90e7909f656
name-hash: retire unused index_name_exists()

db5360f3f496 (name-hash: refactor polymorphic index_name_exists();
2013-09-17) split index_name_exists() into index_file_exists() and
index_dir_exists() but retained index_name_exists() as a thin wrapper
to avoid disturbing possible in-flight topics. Since this change
landed in 'master' some time ago and there are no in-flight topics
referencing index_name_exists(), retire it.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
cache.h
name-hash.c