Remove dead code
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;