]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
preload-index.h: move declarations for preload-index.c from elsewhere
[thirdparty/git.git] / cache.h
diff --git a/cache.h b/cache.h
index 79daaa166b1258a629052b60e6564bef870729f9..b79802a4639ab1b5eaf0b289e3624b570607ba18 100644 (file)
--- a/cache.h
+++ b/cache.h
@@ -318,9 +318,6 @@ extern struct index_state the_index;
 
 /* Initialize and use the cache information */
 struct lock_file;
-void preload_index(struct index_state *index,
-                  const struct pathspec *pathspec,
-                  unsigned int refresh_flags);
 int do_read_index(struct index_state *istate, const char *path,
                  int must_exist); /* for testting only! */
 int read_index_from(struct index_state *, const char *path,