Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-13 02:11:43 +0300
committerJunio C Hamano <gitster@pobox.com>2022-01-13 02:11:43 +0300
commit453cef74556652c5ecdc840744fa352005bb3152 (patch)
tree93390602f13a076b20126344674659fce9fed1dd /cache.h
parent83ca08298e2b31b8b0528abab33d8472d2b7b8df (diff)
parent97d6fb5a1f5c854d87fd3fd98722c469a9195a46 (diff)
Merge branch 'ma/header-dup-cleanup'
Code clean-up. * ma/header-dup-cleanup: cache.h: drop duplicate `ensure_full_index()` declaration
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/cache.h b/cache.h
index 5d7463e6fb..281f00ab1b 100644
--- a/cache.h
+++ b/cache.h
@@ -350,8 +350,6 @@ void add_name_hash(struct index_state *istate, struct cache_entry *ce);
void remove_name_hash(struct index_state *istate, struct cache_entry *ce);
void free_name_hash(struct index_state *istate);
-void ensure_full_index(struct index_state *istate);
-
/* Cache entry creation and cleanup */
/*