Commit 1f7c74187328e6661fc3cab88b5d6fddf83bdf0d

Ben Straub 2012-10-17T10:15:07

Remove dead code

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/checkout.c b/src/checkout.c
index ef4ab8d..cbe13aa 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;