mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 15:32:35 +00:00
checkout: Remove unused vector
This commit is contained in:
parent
7334238696
commit
95352b7058
@ -1694,7 +1694,6 @@ done:
|
||||
|
||||
static int checkout_create_conflicts(checkout_data *data)
|
||||
{
|
||||
git_vector conflicts = GIT_VECTOR_INIT;
|
||||
checkout_conflictdata *conflict;
|
||||
size_t i;
|
||||
int error = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user