aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-01-12 15:11:43 -0800
committerJunio C Hamano <gitster@pobox.com>2022-01-12 15:11:43 -0800
commit453cef74556652c5ecdc840744fa352005bb3152 (patch)
tree93390602f13a076b20126344674659fce9fed1dd
parentMerge branch 'fs/gpg-unknown-key-test-fix' (diff)
parentcache.h: drop duplicate `ensure_full_index()` declaration (diff)
downloadgit-453cef74556652c5ecdc840744fa352005bb3152.tar.gz
git-453cef74556652c5ecdc840744fa352005bb3152.zip
Merge branch 'ma/header-dup-cleanup'
Code clean-up. * ma/header-dup-cleanup: cache.h: drop duplicate `ensure_full_index()` declaration
-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 */
/*