mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-01 06:16:08 +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)
|
static int checkout_create_conflicts(checkout_data *data)
|
||||||
{
|
{
|
||||||
git_vector conflicts = GIT_VECTOR_INIT;
|
|
||||||
checkout_conflictdata *conflict;
|
checkout_conflictdata *conflict;
|
||||||
size_t i;
|
size_t i;
|
||||||
int error = 0;
|
int error = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user