Skip to content

Commit 453cef7

Browse files
committed
Merge branch 'ma/header-dup-cleanup'
Code clean-up. * ma/header-dup-cleanup: cache.h: drop duplicate `ensure_full_index()` declaration
2 parents 83ca082 + 97d6fb5 commit 453cef7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cache.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ void add_name_hash(struct index_state *istate, struct cache_entry *ce);
350350
void remove_name_hash(struct index_state *istate, struct cache_entry *ce);
351351
void free_name_hash(struct index_state *istate);
352352

353-
void ensure_full_index(struct index_state *istate);
354-
355353
/* Cache entry creation and cleanup */
356354

357355
/*

0 commit comments

Comments
 (0)