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)
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>
No differences found