aboutsummaryrefslogtreecommitdiff
path: root/split-index.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-06-24 12:02:39 -0700
committerJunio C Hamano <gitster@pobox.com>2017-06-24 12:02:39 -0700
commit64719b115d61582fa501690ee6caff4c478b4b1a (patch)
tree56e1208d62bdb762b9282d5a109f26d312f12b1c /split-index.h
parentde950c577317f499df44c383ecbb7967f4905db9 (diff)
downloadgit-64719b115d61582fa501690ee6caff4c478b4b1a.tar.gz
git-64719b115d61582fa501690ee6caff4c478b4b1a.tar.xz
Revert "split-index: add and use unshare_split_index()"
This reverts commit f9d7abec2ad2f9eb3d8873169cc28c34273df082; see public-inbox.org/git/CAP8UFD0bOfzY-_hBDKddOcJdPUpP2KEVaX_SrCgvAMYAHtseiQ@mail.gmail.com
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 65c0f09b2..df91c1bda 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