Checkout: remove duplicate 100% progress report

This commit is contained in:
Ben Straub 2012-10-31 10:14:13 -07:00
parent c48e87006c
commit a9db123b09

View File

@ -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;