mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 19:37:29 +00:00
Checkout: remove duplicate 100% progress report
This commit is contained in:
parent
c48e87006c
commit
a9db123b09
@ -393,8 +393,6 @@ int git_checkout_index(
|
||||
diff, &data, checkout_create_the_new, NULL, NULL);
|
||||
}
|
||||
|
||||
report_progress(&data, NULL);
|
||||
|
||||
cleanup:
|
||||
if (error == GIT_EUSER)
|
||||
error = (data.error != 0) ? data.error : -1;
|
||||
|
Loading…
Reference in New Issue
Block a user