From 1f7c74187328e6661fc3cab88b5d6fddf83bdf0d Mon Sep 17 00:00:00 2001 From: Ben Straub Date: Wed, 17 Oct 2012 10:15:07 -0700 Subject: [PATCH] Remove dead code --- src/checkout.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/checkout.c b/src/checkout.c index ef4ab8d11..cbe13aa79 100644 --- a/src/checkout.c +++ b/src/checkout.c @@ -27,7 +27,6 @@ struct checkout_diff_data git_buf *path; size_t workdir_len; git_checkout_opts *checkout_opts; - /*git_indexer_stats *stats;*/ git_repository *owner; bool can_symlink; bool found_submodules;