From a9db123b09e8af94d33cccf30c908701dd491fa7 Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 31 Oct 2012 10:14:13 -0700 Subject: [PATCH] Checkout: remove duplicate 100% progress report --- src/checkout.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/checkout.c b/src/checkout.c index b7bfa409a..e068e4f5f 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;