Commit 128e94bb by Vicent Marti

index: Remove unneeded consts

parent 307c4a2b
...@@ -1193,13 +1193,13 @@ static int index_no_dups(void **old, void *new) ...@@ -1193,13 +1193,13 @@ static int index_no_dups(void **old, void *new)
} }
static void index_existing_and_best( static void index_existing_and_best(
const git_index_entry **existing, git_index_entry **existing,
size_t *existing_position, size_t *existing_position,
const git_index_entry **best, git_index_entry **best,
git_index *index, git_index *index,
const git_index_entry *entry) const git_index_entry *entry)
{ {
const git_index_entry *e; git_index_entry *e;
size_t pos; size_t pos;
int error; int error;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment