]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ma/header-dup-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 12 Jan 2022 23:11:43 +0000 (15:11 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 12 Jan 2022 23:11:43 +0000 (15:11 -0800)
Code clean-up.

* ma/header-dup-cleanup:
  cache.h: drop duplicate `ensure_full_index()` declaration

cache.h

diff --git a/cache.h b/cache.h
index 5d7463e6fb7e6ca631cd44fbca91920a56203eaf..281f00ab1b161dc71d0bcdae91222e9429ba0342 100644 (file)
--- 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 */
 
 /*