Commit a9db123b by Ben Straub

Checkout: remove duplicate 100% progress report

parent c48e8700
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment