diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-01-12 15:11:43 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-01-12 15:11:43 -0800 |
| commit | 453cef74556652c5ecdc840744fa352005bb3152 (patch) | |
| tree | 93390602f13a076b20126344674659fce9fed1dd | |
| parent | Merge branch 'fs/gpg-unknown-key-test-fix' (diff) | |
| parent | cache.h: drop duplicate `ensure_full_index()` declaration (diff) | |
| download | git-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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 */ /* |
