summaryrefslogtreecommitdiff
path: root/split-index.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-24 19:04:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-06-24 19:04:25 (GMT)
commit6ba4d62ba8fb00310df6e6cc0d4437871106c5ed (patch)
tree1ecc1ebb2de078b8b25f607cc0f2947b25cab462 /split-index.h
parent5402b1352f5181247405fbff1887008a0cb3b04a (diff)
parent64719b115d61582fa501690ee6caff4c478b4b1a (diff)
downloadgit-6ba4d62ba8fb00310df6e6cc0d4437871106c5ed.zip
git-6ba4d62ba8fb00310df6e6cc0d4437871106c5ed.tar.gz
git-6ba4d62ba8fb00310df6e6cc0d4437871106c5ed.tar.bz2
Merge branch 'nd/split-index-unshare'
* nd/split-index-unshare: Revert "split-index: add and use unshare_split_index()"
Diffstat (limited to 'split-index.h')
-rw-r--r--split-index.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/split-index.h b/split-index.h
index 65c0f09..df91c1b 100644
--- a/split-index.h
+++ b/split-index.h
@@ -33,6 +33,5 @@ void finish_writing_split_index(struct index_state *istate);
void discard_split_index(struct index_state *istate);
void add_split_index(struct index_state *istate);
void remove_split_index(struct index_state *istate);
-void unshare_split_index(struct index_state *istate, int discard);
#endif