Browse Source

Merge branch 'ma/header-dup-cleanup'

Code clean-up.

* ma/header-dup-cleanup:
  cache.h: drop duplicate `ensure_full_index()` declaration
maint
Junio C Hamano 3 years ago
parent
commit
453cef7455
  1. 2
      cache.h

2
cache.h

@ -350,8 +350,6 @@ void add_name_hash(struct index_state *istate, struct cache_entry *ce); @@ -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 */

/*

Loading…
Cancel
Save