From 3bd72adff1f4435898508f5c74227aaa2561c182 Mon Sep 17 00:00:00 2001 From: Stefan Beller Date: Wed, 18 Jan 2017 19:18:52 -0800 Subject: cache.h: document remove_index_entry_at Do this by moving the existing documentation from read-cache.c to cache.h. Signed-off-by: Stefan Beller Signed-off-by: Junio C Hamano --- read-cache.c | 1 - 1 file changed, 1 deletion(-) (limited to 'read-cache.c') diff --git a/read-cache.c b/read-cache.c index db5d910642..585ff02dc3 100644 --- a/read-cache.c +++ b/read-cache.c @@ -510,7 +510,6 @@ int index_name_pos(const struct index_state *istate, const char *name, int namel return index_name_stage_pos(istate, name, namelen, 0); } -/* Remove entry, return true if there are more entries to go.. */ int remove_index_entry_at(struct index_state *istate, int pos) { struct cache_entry *ce = istate->cache[pos]; -- cgit v1.2.3