]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
sparse-index.h: move declarations for sparse-index.c from cache.h
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 316904da3920ce86db1fb626fe279eee6a3baa72..79daaa166b1258a629052b60e6564bef870729f9 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -327,8 +327,6 @@ int read_index_from(struct index_state *, const char *path,
                    const char *gitdir);
 int is_index_unborn(struct index_state *);
 
-void ensure_full_index(struct index_state *istate);
-
 /* For use with `write_locked_index()`. */
 #define COMMIT_LOCK            (1 << 0)
 #define SKIP_IF_UNCHANGED      (1 << 1)