Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
refs: push the submodule attribute down
[gitweb.git]
/
read-cache.c
diff --git
a/read-cache.c
b/read-cache.c
index db5d910642663e73e4e4fc8d91e0caba4445bdb1..585ff02dc3307daf1959867183b1beed0917fb0b 100644
(file)
--- 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];