mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-09 18:22:16 +00:00
index: Remove unneeded consts
This commit is contained in:
parent
307c4a2b6d
commit
128e94bbbb
@ -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;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user