Checkout: remove duplicate 100% progress report
diff --git a/src/checkout.c b/src/checkout.c
index b7bfa40..e068e4f 100644
--- a/src/checkout.c
+++ b/src/checkout.c
@@ -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;