]> git.ipfire.org Git - thirdparty/git.git/blobdiff - repository.h
preload-index.h: move declarations for preload-index.c from elsewhere
[thirdparty/git.git] / repository.h
index 74ae26635a4983b4a3c78ed4ea2f4f92b04767c2..655a95026d3d115d5b658d967da8ce79487caf9d 100644 (file)
@@ -221,9 +221,6 @@ int repo_hold_locked_index(struct repository *repo,
                           struct lock_file *lf,
                           int flags);
 
-int repo_read_index_preload(struct repository *,
-                           const struct pathspec *pathspec,
-                           unsigned refresh_flags);
 int repo_read_index_unmerged(struct repository *);
 /*
  * Opportunistically update the index but do not complain if we can't.